summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-08-14 22:40:42 +0200
committerJohannes Dewender2016-08-14 22:40:42 +0200
commitebd76db74dfe5d20ffad2227c9287a206ca6a2b9 (patch)
tree62d510988e95789dd65d5d7be99cdf37aef2c2b9
parent37a7dc216abc5ad07aa72ddc7af50a92c82d900f (diff)
downloadaur-ebd76db74dfe5d20ffad2227c9287a206ca6a2b9.tar.gz
0.1.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9900b1199e9b..c61dec5ff16a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Aug 14 20:40:43 UTC 2016
pkgbase = python-debian
pkgdesc = Python modules to work with Debian-related data formats
- pkgver = 0.1.27
+ pkgver = 0.1.28
pkgrel = 1
url = http://packages.debian.org/sid/python-debian
arch = any
@@ -8,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.27.tar.xz
- sha256sums = 3a21d07553d46c0cf7961b13483e62005d8793a3780e79d1191b357f50174eab
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.28.tar.xz
+ sha256sums = 355edeaa0e2d5a46e4b12c83c7a17386526af4fee34c1d4054fc03bd4f0adf00
pkgname = python-debian
depends = python-chardet
diff --git a/PKGBUILD b/PKGBUILD
index bc5e80d48d6f..a3142579c36e 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.27
+pkgver=0.1.28
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=('3a21d07553d46c0cf7961b13483e62005d8793a3780e79d1191b357f50174eab')
+sha256sums=('355edeaa0e2d5a46e4b12c83c7a17386526af4fee34c1d4054fc03bd4f0adf00')
package_python-debian() {
depends=(python-chardet python-six)