diff --git a/.SRCINFO b/.SRCINFO index 2121213..ad2e9c2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = iraf-bin pkgdesc = IRAF - Image Reduction and Analysis Facility pkgver = 2.17.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/iraf-community/iraf arch = x86_64 license = custom diff --git a/PKGBUILD b/PKGBUILD index 01bf490..c1d2aad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,11 +5,11 @@ pkgname_=($pkgbase_{,-noao}) pkgname=(${pkgname_[@]/%/-bin}) debver=2.17.1-5 pkgver=2.17.1 -pkgrel=3 +pkgrel=4 pkgdesc="IRAF - Image Reduction and Analysis Facility" arch=("x86_64") url="https://github.com/iraf-community/$pkgbase_" -url_="https://deb.debian.org/debian/pool/main/i/$pkgbase_" +url_="https://deb.debian.org/debian/pool/main/${pkgbase_:0:1}/$pkgbase_" license=("custom") options=(!debug) noextract=(${pkgname_[@]/%/_${debver}_amd64.deb}) @@ -54,7 +54,7 @@ package_iraf-noao-bin() { cd -- "$srcdir/$pkgbase_-noao/" mkdir "usr/share/licenses/" -p - ln -s "usr/share/licenses/$pkgbase_"{,-noao} + ln -s "usr/share/licenses/$pkgbase_"{,-noao} -r rm -r "usr/share"/{"doc","lintian"} -f cp -t "$pkgdir/" -a "usr" }