summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-09-18 14:36:01 +0200
committerJohannes Dewender2016-09-18 14:36:01 +0200
commit6e55cbf579d409998eca1846e69b303feede560d (patch)
tree202d9c4c9562bcae85e995533c8b979f4e8345b5
parentebd76db74dfe5d20ffad2227c9287a206ca6a2b9 (diff)
downloadaur-6e55cbf579d409998eca1846e69b303feede560d.tar.gz
0.1.29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61dec5ff16a..f56420ac4e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 14 20:40:43 UTC 2016
+# Sun Sep 18 12:36:01 UTC 2016
pkgbase = python-debian
pkgdesc = Python modules to work with Debian-related data formats
- pkgver = 0.1.28
+ pkgver = 0.1.29
pkgrel = 1
url = http://packages.debian.org/sid/python-debian
arch = any
@@ -10,8 +10,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.28.tar.xz
- sha256sums = 355edeaa0e2d5a46e4b12c83c7a17386526af4fee34c1d4054fc03bd4f0adf00
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.29.tar.xz
+ sha256sums = 932c81517a75fb4a86944b247b136895b08bbb010c28631c25afdf006d8b3373
pkgname = python-debian
depends = python-chardet
diff --git a/PKGBUILD b/PKGBUILD
index a3142579c36e..dab392c22903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Dewender arch at JonnyJD dot net
pkgbase=python-debian
pkgname=('python-debian' 'python2-debian')
-pkgver=0.1.28
+pkgver=0.1.29
pkgrel=1
pkgdesc="Python modules to work with Debian-related data formats"
arch=('any')
@@ -10,7 +10,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=('355edeaa0e2d5a46e4b12c83c7a17386526af4fee34c1d4054fc03bd4f0adf00')
+sha256sums=('932c81517a75fb4a86944b247b136895b08bbb010c28631c25afdf006d8b3373')
package_python-debian() {
depends=(python-chardet python-six)