summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f56420ac4e4b..ddbd3604c814 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Sep 18 12:36:01 UTC 2016
pkgbase = python-debian
pkgdesc = Python modules to work with Debian-related data formats
- pkgver = 0.1.29
+ pkgver = 0.1.30
pkgrel = 1
url = http://packages.debian.org/sid/python-debian
arch = any
@@ -10,7 +8,7 @@ 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.29.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.30.tar.xz
sha256sums = 932c81517a75fb4a86944b247b136895b08bbb010c28631c25afdf006d8b3373
pkgname = python-debian
diff --git a/PKGBUILD b/PKGBUILD
index b5b3991a8ab1..fcf87274c56f 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.29
+pkgver=0.1.30
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=('932c81517a75fb4a86944b247b136895b08bbb010c28631c25afdf006d8b3373')
+sha256sums=('b90194b72788cd4abb7bcbfee214bc1181a6ace8a6a097b639c9f1464ec862d5')
package_python-debian() {
depends=(python-chardet python-six)