summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2018-07-16 12:10:31 -0700
committerShadowKyogre2018-07-16 12:10:31 -0700
commitdaf966fbe25ed272990091a520d44a6f9981f6e1 (patch)
tree7e278cc2125e215ffe2f85276095a399e6dda21b /PKGBUILD
parent590ed4df8f2235417e71fcf10ee22c0c8b854bcb (diff)
downloadaur-swisseph-fixstars.tar.gz
Update to sefstars.txt file
fixstars.cat has been obsoleted upstream. This is the new file to replace it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3055d23aab4..7ffa291a9f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
pkgname='swisseph-fixstars'
-pkgver='2012.09.10'
+pkgver='2018.01.20'
pkgrel='1'
pkgdesc='High precision Swiss Ephemeris developed by Astrodienst (Fixstars).'
arch=('any')
license=('GPL')
-groups='swisseph-all'
+groups=('swisseph-all')
url='http://www.astro.com/swisseph/'
depends=()
makedepends=()
optdepends=()
-source=('http://www.astro.com/ftp/swisseph/ephe/fixstars.cat')
-md5sums=('126e710e2a5da180789cd82c3c181cca')
+source=('http://www.astro.com/ftp/swisseph/src/sefstars.txt')
package() {
- install -d -m 755 $pkgdir/usr/share/swisseph/
- install -m 755 $srcdir/* $pkgdir/usr/share/swisseph/
+ install -d -m 755 "$pkgdir/usr/share/swisseph/"
+ install -m 755 "$srcdir/sefstars.txt" "$pkgdir/usr/share/swisseph/"
}
+sha1sums=('7b00ce5d316861279c0dde1dc0e942ea6f3ff2a8')