summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-01-10 17:16:58 +0100
committerPhilipp A2017-01-10 17:16:58 +0100
commit41c4b2d5cfe87f52a3fa93301fc2e60ed68cf584 (patch)
tree5723bcde0e1a1e930db4d5f9b3c5336c17361613
parent00520088f0d512244d753816e364211b3c42b19c (diff)
downloadaur-41c4b2d5cfe87f52a3fa93301fc2e60ed68cf584.tar.gz
v2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91781804999f..d5e8bfe44235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-anglerfish
pkgdesc = Helper library for Python 3 apps
- pkgver = 1.2.4
+ pkgver = 2.2.0
pkgrel = 1
url = http://pypi.python.org/pypi/anglerfish
arch = any
license = GPLv3
depends = python
- source = https://files.pythonhosted.org/packages/source/a/anglerfish/anglerfish-1.2.4.tar.gz
- md5sums = a17fe51a8e993aa049f5459d9de0569a
+ source = https://files.pythonhosted.org/packages/source/a/anglerfish/anglerfish-2.2.0.tar.gz
+ md5sums = c927a8d39fc9181b817a77b0774deb5d
pkgname = python-anglerfish
diff --git a/PKGBUILD b/PKGBUILD
index 26f14735d002..7fd5887fcae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=anglerfish
pkgname=python-$_name
-pkgver=1.2.4
+pkgver=2.2.0
pkgrel=1
pkgdesc='Helper library for Python 3 apps'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=('python')
_wheel="$_name-$pkgver-py2.py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-md5sums=('a17fe51a8e993aa049f5459d9de0569a')
+md5sums=('c927a8d39fc9181b817a77b0774deb5d')
package() {
cd "$srcdir/$_name-$pkgver"