summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f626f6f11352..d286dc1e0495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=dockerfile-parse
pkgbase="python-${_pkgname}"
pkgname=("python-${_pkgname}" "python2-${_pkgname}")
-pkgver=0.0.15
+pkgver=1.1.0
pkgrel=1
arch=(any)
license=('BSD')
@@ -11,7 +11,7 @@ pkgdesc='Python library for parsing Dockerfile files.'
url='https://github.com/containerbuildsystem/dockerfile-parse'
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
source=("https://github.com/containerbuildsystem/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('2d9a8df5b498398f4a2330b88ed39488625c74ff22283ca5d97f68b4a3dfd36a01cc9b6acca34ad76a93b71677d72d30b246fd33ab43791795f3e661891ff176')
+sha512sums=('b8236bf983373542072e0cf72e75fc3eb796671687ccdceebde626c25187577dd2c0066d0791dddcc8e65134d061926280b7896af0f7fd09b48fd1a209df0560')
prepare() {
cp -a ${_pkgname}-${pkgver}{,-py2}