summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2019-01-07 17:53:39 -0500
committerAdam Goldsmith2019-01-07 17:53:39 -0500
commit6b69494ea91e640e984d7ab8829d049a37f54ae0 (patch)
tree1965e383bd3de6403a3946c8a0ae7269cd938f63 /PKGBUILD
parentd7557f14c9dfe3bffb67f13a84df22fcfc7e5dbe (diff)
downloadaur-6b69494ea91e640e984d7ab8829d049a37f54ae0.tar.gz
Bump version to 0.0.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"