summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2019-07-17 01:56:53 -0400
committerAdam Goldsmith2019-07-17 01:56:53 -0400
commit48cbec9a7ccc0278696d3cbd46e03247d3f98c59 (patch)
tree1b76c3fe9d8ac0d10e79691f3dca1a734734dbd1
parent6b69494ea91e640e984d7ab8829d049a37f54ae0 (diff)
downloadaur-48cbec9a7ccc0278696d3cbd46e03247d3f98c59.tar.gz
Bump version to 0.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9eff839b0be..41a3dee0ebc0 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.19
+ pkgver = 0.0.20
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.19.tar.gz
- sha1sums = 234dc9bad0f9d5f002892aab877586b99658d5eb
+ source = https://github.com/drj11/pypng/archive/pypng-0.0.20.tar.gz
+ sha1sums = 14d3f65eaa359a10eb424f32f92d7364575abc57
pkgname = python2-pypng
diff --git a/PKGBUILD b/PKGBUILD
index acad18d70c89..660e96dbdaf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Beej Jorgensen <beej@beej.us>
pkgname=python2-pypng
-pkgver=0.0.19
+pkgver=0.0.20
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=('234dc9bad0f9d5f002892aab877586b99658d5eb')
+sha1sums=('14d3f65eaa359a10eb424f32f92d7364575abc57')
package() {
cd "$srcdir/pypng-pypng-$pkgver"