summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2021-08-30 22:52:32 -0700
committerShadowKyogre2021-08-30 22:52:32 -0700
commit63551743d7699c4ac7024dd1ad68f96a81134a5a (patch)
tree2b8b0a52992565d0d0fde6a23e52188daa9dcf30
parent3e6cfdff8930e8361d87b6820a80d8950ae4ab1a (diff)
downloadaur-pyswisseph3.tar.gz
bump to 2.08.00
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 864d5e171d64..85191c6e1786 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyswisseph3
pkgdesc = Python extension to the Swiss Ephemeris. (Python 3 version)
- pkgver = 2.00.00.2
- pkgrel = 3
+ pkgver = 2.08.00.1
+ pkgrel = 1
url = https://github.com/astrorigin/pyswisseph
arch = i686
arch = x86_64
license = GPL
depends = python
- source = https://pypi.python.org/packages/source/p/pyswisseph/pyswisseph-2.00.00-2.tar.bz2
- md5sums = b26e26f2c7e27b3e9d25fa0e082d7be8
+ source = https://pypi.python.org/packages/source/p/pyswisseph/pyswisseph-2.08.00-1.tar.gz
+ md5sums = 9335e106f8dafb7093a1d75666f5b889
pkgname = pyswisseph3
diff --git a/PKGBUILD b/PKGBUILD
index ae9f0fa8695f..319b0bc945c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
_orig=pyswisseph
pkgname='pyswisseph3'
-pkgver='2.00.00.2'
-pkgrel=3
+pkgver='2.08.00.1'
+pkgrel=1
pkgdesc='Python extension to the Swiss Ephemeris. (Python 3 version)'
arch=('i686' 'x86_64')
license=('GPL')
url='https://github.com/astrorigin/pyswisseph'
depends=('python')
-source=("https://pypi.python.org/packages/source/p/${_orig}/${_orig}-${pkgver%%.2}-${pkgver##*.}.tar.bz2")
-md5sums=('b26e26f2c7e27b3e9d25fa0e082d7be8')
+source=("https://pypi.python.org/packages/source/p/${_orig}/${_orig}-${pkgver%%.1}-${pkgver##*.}.tar.gz")
package() {
- cd "$srcdir/${_orig}-${pkgver%%.2}-${pkgver##*.}"
+ cd "$srcdir/${_orig}-${pkgver%%.1}-${pkgver##*.}"
python setup.py install --root=$pkgdir || return 1
}
+md5sums=('9335e106f8dafb7093a1d75666f5b889')