summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Doege2016-02-27 20:20:08 +0100
committerMartin Doege2016-02-27 20:20:08 +0100
commita05448ccd8447abbcde4cb619ae5e5896ea4b70c (patch)
tree8c005c3a58eba757676feaed73d7279af6848498
parente2406b6fc625adb30d0be96ab83abde6b4c4913d (diff)
downloadaur-a05448ccd8447abbcde4cb619ae5e5896ea4b70c.tar.gz
fix URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c73df51ab955..198a02bb0273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Feb 27 19:18:23 UTC 2016
pkgbase = pyswisseph
pkgdesc = Python 2 extension to the Swiss Ephemeris
pkgver = 2.00.00.2
- pkgrel = 1
- url = http://astrorigin.ch/pyswisseph/
+ pkgrel = 2
+ url = https://github.com/astrorigin/pyswisseph
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cad32a021cab..30ff81e66193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname='pyswisseph'
pkgver='2.00.00.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Python 2 extension to the Swiss Ephemeris'
arch=('i686' 'x86_64')
license=('GPL')
-url=('http://astrorigin.ch/pyswisseph/')
+url='https://github.com/astrorigin/pyswisseph'
depends=("python2")
source=("https://pypi.python.org/packages/source/p/pyswisseph/pyswisseph-2.00.00-2.tar.bz2")
md5sums=('b26e26f2c7e27b3e9d25fa0e082d7be8')