File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = python-nbt
2
2
pkgdesc = Named Binary Tag Reader/Writer
3
3
pkgver = 1.5.1
4
- pkgrel = 4
4
+ pkgrel = 5
5
5
url = https://github.com/twoolie/NBT
6
6
arch = any
7
7
license = MIT
Original file line number Diff line number Diff line change 4
4
_name=NBT
5
5
pkgname=python-${_name,,}
6
6
pkgver=1.5.1
7
- pkgrel=4
7
+ pkgrel=5
8
8
pkgdesc=" Named Binary Tag Reader/Writer"
9
9
url=" https://github.com/twoolie/$_name "
10
10
depends=(' python' )
@@ -55,7 +55,7 @@ package() {
55
55
local _site_packages=" $( python -c ' import site; print(site.getsitepackages()[0])' ) "
56
56
57
57
install -d " $pkgdir /usr/share/licenses/$pkgname "
58
- local _license_path=" $_site_packages /$_name -$pkgver .dist-info/LICENSE.txt"
58
+ local _license_path=" $_site_packages /${ _name,,} -$pkgver .dist-info/licenses /LICENSE.txt"
59
59
[ -f " $pkgdir /$_license_path " ] || { echo " License file not found" ; exit 1; }
60
60
ln -s " $_license_path " " $pkgdir /usr/share/licenses/$pkgname /LICENSE"
61
61
}
You can’t perform that action at this time.
0 commit comments