summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2022-04-19 00:51:40 -0400
committerWren Baxter2022-04-19 00:51:40 -0400
commit4483baab46aa182a21728de0a6ddb95dd0c890e7 (patch)
tree22591d73be3aa59798bfd377f1086b92ef620c10
parentb3caa04c16799a2c03df0c3386509174f22a9551 (diff)
downloadaur-4483baab46aa182a21728de0a6ddb95dd0c890e7.tar.gz
Actually fixed file permissions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db18cf674590..f47a098e9796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = w08-star-db-astap
pkgdesc = Wide-field database of 14000 stars up to BP-magnitude 8, for use with ASTAP
pkgver = 2021.10.24
- pkgrel = 1
+ pkgrel = 2
url = https://www.hnsky.org/astap.htm
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 32d29486fb28..d330041e0a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=w08-star-db-astap
pkgver=2021.10.24
-pkgrel=1
+pkgrel=2
pkgdesc="Wide-field database of 14000 stars up to BP-magnitude 8, for use with ASTAP"
arch=('any')
url="https://www.hnsky.org/astap.htm"
@@ -15,5 +15,6 @@ depends=('astap')
package() {
tar xfv data.tar.xz -C "${pkgdir}"
chmod 755 -R "${pkgdir}"
+ chmod 644 "${pkgdir}"/opt/astap/*
}