summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Allen2015-12-31 20:31:24 -0800
committerSteven Allen2015-12-31 20:31:24 -0800
commitebdcf2daea5de29b0c3566fd7ebfcbf4624302b1 (patch)
treeacb4f90452c80cbfad056a5aecfc70a8895489e5 /PKGBUILD
parenteb517f68b1ac04b36e861cc0e0712e018788907d (diff)
downloadaur-ebdcf2daea5de29b0c3566fd7ebfcbf4624302b1.tar.gz
Bump to 1.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86475e65782b..9d5d586bc0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Max Meyer <dev@fedux.org>
pkgname='python-pacparser'
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.6
+pkgrel=1
arch=(i686 x86_64)
url="https://github.com/pacparser/pacparser"
license=('LGPL')
@@ -12,7 +12,7 @@ depends=('python')
options=('!makeflags')
pkgdesc="Python 3.x pacparser module"
source=("https://github.com/pacparser/pacparser/archive/${pkgver}.tar.gz")
-sha256sums=('d8a6f50d9697c7a40d7dbe180be3a7685390b1a80e537bd5b7c6215ec80c41c3')
+sha256sums=('c1f6f2ccd4fec329175f882102e47c57328e8e6e16aa9dbd4f8b859f9a028e83')
build() {
cd pacparser-$pkgver