summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-01-28 11:56:30 -0800
committerMike Javorski2019-01-28 11:57:56 -0800
commit6738ea47a909279468cccb38a0002cee3a57c3dd (patch)
treed793eada1a4ccbec45e7c55d8f3d41e43444dbe6
parent46d6072a02eda5e9ae19494d5ab595e94646fa8c (diff)
downloadaur-6738ea47a909279468cccb38a0002cee3a57c3dd.tar.gz
Bump to latest version - 0.1.34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c40414d128..b707af767a0b 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.33
+ pkgver = 0.1.34
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.33.tar.xz
- sha256sums = c4e578c09b58025af42cc445956f466553b1dd12194c830afd99d8f0f2943dbf
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.34.tar.xz
+ sha256sums = 8c9633111a2e0eb2669dee8d0304ad149c1782a5c7a68953ca9b21cc69811224
pkgname = python-debian
depends = python-chardet
diff --git a/PKGBUILD b/PKGBUILD
index 77953a9f0c87..ab239aa45e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgbase=python-debian
pkgname=('python-debian' 'python2-debian')
-pkgver=0.1.33
+pkgver=0.1.34
pkgrel=1
pkgdesc="Python modules to work with Debian-related data formats"
arch=('any')
@@ -12,7 +12,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=('c4e578c09b58025af42cc445956f466553b1dd12194c830afd99d8f0f2943dbf')
+sha256sums=('8c9633111a2e0eb2669dee8d0304ad149c1782a5c7a68953ca9b21cc69811224')
package_python-debian() {
depends=(python-chardet python-six)