summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2019-01-07 17:53:39 -0500
committerAdam Goldsmith2019-01-07 17:53:39 -0500
commit6b69494ea91e640e984d7ab8829d049a37f54ae0 (patch)
tree1965e383bd3de6403a3946c8a0ae7269cd938f63
parentd7557f14c9dfe3bffb67f13a84df22fcfc7e5dbe (diff)
downloadaur-6b69494ea91e640e984d7ab8829d049a37f54ae0.tar.gz
Bump version to 0.0.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11d241b6c5d4..f9eff839b0be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-pypng
pkgdesc = Python 2 module to decode and encode PNG files
- pkgver = 0.0.18
+ pkgver = 0.0.19
pkgrel = 1
url = https://github.com/drj11/pypng
arch = any
@@ -8,8 +8,8 @@ pkgbase = python2-pypng
makedepends = python2
makedepends = python2-setuptools
depends = python2
- source = https://github.com/drj11/pypng/archive/pypng-0.0.18.tar.gz
- sha1sums = 160bf4105b8870032e0f7b0a02ed3d9c611133f4
+ source = https://github.com/drj11/pypng/archive/pypng-0.0.19.tar.gz
+ sha1sums = 234dc9bad0f9d5f002892aab877586b99658d5eb
pkgname = python2-pypng
diff --git a/PKGBUILD b/PKGBUILD
index 52bbc553a3ab..acad18d70c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Beej Jorgensen <beej@beej.us>
pkgname=python2-pypng
-pkgver=0.0.18
+pkgver=0.0.19
pkgrel=1
pkgdesc="Python 2 module to decode and encode PNG files"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python2')
makedepends=('python2' 'python2-setuptools')
source=(https://github.com/drj11/pypng/archive/pypng-${pkgver}.tar.gz)
-sha1sums=('160bf4105b8870032e0f7b0a02ed3d9c611133f4')
+sha1sums=('234dc9bad0f9d5f002892aab877586b99658d5eb')
package() {
cd "$srcdir/pypng-pypng-$pkgver"