summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 970f9267cd0c..5d7436e1ed5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=v17-photometry-color-db-astap
pkgver=2020.12.20
-pkgrel=1
+pkgrel=2
pkgdesc="Color database of 105 million stars up to Johnson V-magnitude 17, for use with ASTAP"
arch=('any')
url="https://www.hnsky.org/astap.htm"
@@ -13,7 +13,8 @@ depends=('astap')
# the deb is automatically unpacked in the automatic prepare() step, but the files we want are doubly archived
package() {
- tar xpfv data.tar.xz -C "${pkgdir}"
+ tar xfv data.tar.xz -C "${pkgdir}"
chmod 755 -R "${pkgdir}"
+ chmod 644 "${pkgdir}"/opt/astap/*
}