summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2015-12-31 20:31:24 -0800
committerSteven Allen2015-12-31 20:31:24 -0800
commitebdcf2daea5de29b0c3566fd7ebfcbf4624302b1 (patch)
treeacb4f90452c80cbfad056a5aecfc70a8895489e5
parenteb517f68b1ac04b36e861cc0e0712e018788907d (diff)
downloadaur-ebdcf2daea5de29b0c3566fd7ebfcbf4624302b1.tar.gz
Bump to 1.3.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d742001955a..c00eb42e356c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Fri Jan 1 04:31:24 UTC 2016
pkgbase = python-pacparser
pkgdesc = Python 3.x pacparser module
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 1.3.6
+ pkgrel = 1
url = https://github.com/pacparser/pacparser
arch = i686
arch = x86_64
license = LGPL
depends = python
options = !makeflags
- source = https://github.com/pacparser/pacparser/archive/1.3.1.tar.gz
- sha256sums = d8a6f50d9697c7a40d7dbe180be3a7685390b1a80e537bd5b7c6215ec80c41c3
+ source = https://github.com/pacparser/pacparser/archive/1.3.6.tar.gz
+ sha256sums = c1f6f2ccd4fec329175f882102e47c57328e8e6e16aa9dbd4f8b859f9a028e83
pkgname = python-pacparser
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