summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhiredPlanck2021-05-09 10:22:54 +0800
committerWhiredPlanck2021-05-09 10:22:54 +0800
commit2da4b5fdc38557fa946dbaec8a1fb54072b6fb6b (patch)
treeba13c1e3186714ec93868281498ad24de9a0c015
parent63a04a1f6ce20fa4f660857a2396ea2bfd0c6b9e (diff)
downloadaur-2da4b5fdc38557fa946dbaec8a1fb54072b6fb6b.tar.gz
Bump version to 0.9.532
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD28
2 files changed, 17 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19b554bfa2cf..607f77bc7cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,15 @@
pkgbase = astap-bin
pkgdesc = Astrometric (plate) solver, stacking of images, photometry and FITS viewer
- pkgver = 0.9.402
+ pkgver = 0.9.532
pkgrel = 1
url = http://www.hnsky.org/astap.htm
arch = i686
arch = x86_64
license = GPL
- depends = desktop-file-utils
- depends = libxrender
- depends = shared-mime-info
- depends = libxext
- depends = gtk2
source_i686 = astap_i386.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_i386.deb/download
- sha256sums_i686 = 2fc7e6d8c8c19ea376b756d70b19439b63ded0e6af97e4fef490c169f1a0f396
+ sha256sums_i686 = 6fe9589c354d4d0b61d9e6daccfc038794dbe310df93b94644fb3b0175a4074b
source_x86_64 = astap_amd64.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64.deb/download
- sha256sums_x86_64 = c4a5ff1dbabd06be2c2d71271b0135ee44195eecd3c672b33186b6b6111ca42a
+ sha256sums_x86_64 = a12a4024e2789fe492361b447a667a6375f031633e44ab6c270be90b3d88c709
pkgname = astap-bin
diff --git a/PKGBUILD b/PKGBUILD
index 62ff554a6098..b4b17c251dbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: whriedplanck
+# Maintainer: WhiredPlanck
pkgname=astap-bin
_pkgname=astap
-pkgver=0.9.402
+pkgver=0.9.532
pkgrel=1
pkgdesc="Astrometric (plate) solver, stacking of images, photometry and FITS viewer"
arch=('i686' 'x86_64')
url="http://www.hnsky.org/astap.htm"
license=('GPL')
-depends=('desktop-file-utils' 'libxrender' 'shared-mime-info' 'libxext' 'gtk2')
+#depends=('desktop-file-utils' 'libxrender' 'shared-mime-info' 'libxext' 'gtk2')
source_i686=("${_pkgname}_i386.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_i386.deb/download")
source_x86_64=("${_pkgname}_amd64.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64.deb/download")
-sha256sums_i686=('2fc7e6d8c8c19ea376b756d70b19439b63ded0e6af97e4fef490c169f1a0f396')
-sha256sums_x86_64=('c4a5ff1dbabd06be2c2d71271b0135ee44195eecd3c672b33186b6b6111ca42a')
+sha256sums_i686=('6fe9589c354d4d0b61d9e6daccfc038794dbe310df93b94644fb3b0175a4074b')
+sha256sums_x86_64=('a12a4024e2789fe492361b447a667a6375f031633e44ab6c270be90b3d88c709')
build() {
if [[ "$CARCH" == "i686" ]]; then
@@ -23,13 +23,13 @@ build() {
}
package() {
- bsdtar -xf data.tar.xz -C "$pkgdir"
- cd "${pkgdir}"
- find . -type d -exec chmod 755 {} +
- chmod 755 opt/
- chmod 755 usr/
- chmod 755 usr/local
- chmod 755 usr/local/bin/
- chmod 755 usr/share/
- chmod 755 usr/share/applications/
+ bsdtar --acls --xattrs -xpf data.tar.xz -C "${pkgdir}"
+ find "${pkgdir}" -type d -exec chmod 755 {} +
+ cd "${pkgdir}"/opt/astap
+ chmod 666 deep_sky.csv
+ chmod 666 variable_stars.csv
+ chmod 644 "acknowledgement of databases.txt"
+ chmod 644 copyright.txt
+ # chmod 755 usr/share/
+ # chmod 755 usr/share/applications/
}