summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Vreeland2018-10-16 11:18:05 -0600
committerJustin Vreeland2018-10-16 11:18:05 -0600
commitccfbafd8ef46c36286c02d9111e866bb69d1b401 (patch)
tree58d2d95353fb2fffb2c45ec4b8cf8d59c7ec8ebb
parent67038a71c11a19c0dbe1e7db750109d62498c766 (diff)
downloadaur-ccfbafd8ef46c36286c02d9111e866bb69d1b401.tar.gz
0.1.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1af23d3c8d3..e2c40414d128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-debian
pkgdesc = Python modules to work with Debian-related data formats
- pkgver = 0.1.32
+ pkgver = 0.1.33
pkgrel = 1
url = http://packages.debian.org/sid/python-debian
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-debian
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.32.tar.xz
- sha256sums = 5020601b8a8e6fdab07a2717183a1f0b9f4856423ea226a0dd23ef80ec686dd7
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.33.tar.xz
+ sha256sums = c4e578c09b58025af42cc445956f466553b1dd12194c830afd99d8f0f2943dbf
pkgname = python-debian
depends = python-chardet
diff --git a/PKGBUILD b/PKGBUILD
index 68372ba30f5a..52934b881139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgbase=python-debian
pkgname=('python-debian' 'python2-debian')
-pkgver=0.1.32
+pkgver=0.1.33
pkgrel=1
pkgdesc="Python modules to work with Debian-related data formats"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
makedepends=('python-setuptools' 'python2-setuptools')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/p/$pkgbase/${pkgbase}_$pkgver.tar.xz)
-sha256sums=('5020601b8a8e6fdab07a2717183a1f0b9f4856423ea226a0dd23ef80ec686dd7')
+sha256sums=('c4e578c09b58025af42cc445956f466553b1dd12194c830afd99d8f0f2943dbf')
package_python-debian() {
depends=(python-chardet python-six)