summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2018-07-16 12:10:31 -0700
committerShadowKyogre2018-07-16 12:10:31 -0700
commitdaf966fbe25ed272990091a520d44a6f9981f6e1 (patch)
tree7e278cc2125e215ffe2f85276095a399e6dda21b
parent590ed4df8f2235417e71fcf10ee22c0c8b854bcb (diff)
downloadaur-daf966fbe25ed272990091a520d44a6f9981f6e1.tar.gz
Update to sefstars.txt file
fixstars.cat has been obsoleted upstream. This is the new file to replace it.
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD12
3 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70246435172..6940bcb2cc19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Mar 2 23:07:32 UTC 2016
pkgbase = swisseph-fixstars
pkgdesc = High precision Swiss Ephemeris developed by Astrodienst (Fixstars).
- pkgver = 2012.09.10
+ pkgver = 2018.01.20
pkgrel = 1
url = http://www.astro.com/swisseph/
arch = any
groups = swisseph-all
license = GPL
- source = http://www.astro.com/ftp/swisseph/ephe/fixstars.cat
- md5sums = 126e710e2a5da180789cd82c3c181cca
+ source = http://www.astro.com/ftp/swisseph/src/sefstars.txt
+ sha1sums = 7b00ce5d316861279c0dde1dc0e942ea6f3ff2a8
pkgname = swisseph-fixstars
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a5401c5d685d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.pkg.tar.xz
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')