summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2018-09-02 18:47:35 +0200
committerChris Warrick2018-09-02 18:47:35 +0200
commitb732d96ba0ea2fc65066bfb47cf3481f8758e2a5 (patch)
tree3dfa1a0ed3787201c020e5c5d19c140fc1111f74
parent4d216de426442e74a95f8370bd9394cf32c85aea (diff)
downloadaur-b732d96ba0ea2fc65066bfb47cf3481f8758e2a5.tar.gz
Yapsy==1.12.0
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 558ee37c987e..ac7ed50cb25c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-yapsy
pkgdesc = Yet Another Plugin SYstem
- pkgver = 1.11.223
- pkgrel = 5
+ pkgver = 1.12.0
+ pkgrel = 1
url = http://yapsy.sourceforge.net/
arch = any
license = BSD
@@ -10,8 +10,8 @@ pkgbase = python-yapsy
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://pypi.io/packages/source/Y/Yapsy/Yapsy-1.11.223.tar.gz
- md5sums = d8b71cd35e6daa36ae83f76874f450aa
+ source = https://pypi.io/packages/source/Y/Yapsy/Yapsy-1.12.0.tar.gz
+ md5sums = 20768a39e732de47300d774fe5285ced
pkgname = python-yapsy
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ad444fc5da7b..5cc6445fe732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=python-yapsy
pkgname=('python-yapsy' 'python2-yapsy')
_pyname=Yapsy
-pkgver=1.11.223
-pkgrel=5
+pkgver=1.12.0
+pkgrel=1
pkgdesc='Yet Another Plugin SYstem'
arch=('any')
url='http://yapsy.sourceforge.net/'
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
options=(!emptydirs)
source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('d8b71cd35e6daa36ae83f76874f450aa')
+md5sums=('20768a39e732de47300d774fe5285ced')
prepare() {
cd "${srcdir}/${_pyname}-${pkgver}"