summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2015-11-13 08:11:18 -0500
committerAdam Goldsmith2015-11-13 08:11:18 -0500
commitd7557f14c9dfe3bffb67f13a84df22fcfc7e5dbe (patch)
treef0cc079d46c911a24eb71c702a5f1df7c373791e
parente02b632ced60dc5cc94df1a63bbbc39ac8389146 (diff)
downloadaur-d7557f14c9dfe3bffb67f13a84df22fcfc7e5dbe.tar.gz
Update to 0.0.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c8c8bf586fd..11d241b6c5d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python2-pypng
pkgdesc = Python 2 module to decode and encode PNG files
- pkgver = 0.0.16
- pkgrel = 2
+ pkgver = 0.0.18
+ pkgrel = 1
url = https://github.com/drj11/pypng
arch = any
license = MIT
makedepends = python2
makedepends = python2-setuptools
depends = python2
- source = https://github.com/drj11/pypng/archive/pypng-0.0.16.tar.gz
- sha1sums = 656da1a46b82689154760b1863d3677472321c39
+ source = https://github.com/drj11/pypng/archive/pypng-0.0.18.tar.gz
+ sha1sums = 160bf4105b8870032e0f7b0a02ed3d9c611133f4
pkgname = python2-pypng
diff --git a/PKGBUILD b/PKGBUILD
index 3f2e698aa18f..52bbc553a3ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Beej Jorgensen <beej@beej.us>
pkgname=python2-pypng
-pkgver=0.0.16
-pkgrel=2
+pkgver=0.0.18
+pkgrel=1
pkgdesc="Python 2 module to decode and encode PNG files"
arch=('any')
url="https://github.com/drj11/pypng"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python2')
makedepends=('python2' 'python2-setuptools')
source=(https://github.com/drj11/pypng/archive/pypng-${pkgver}.tar.gz)
-sha1sums=('656da1a46b82689154760b1863d3677472321c39')
+sha1sums=('160bf4105b8870032e0f7b0a02ed3d9c611133f4')
package() {
cd "$srcdir/pypng-pypng-$pkgver"