summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Vreeland2020-05-04 08:21:16 -0700
committerJustin Vreeland2020-05-04 08:21:16 -0700
commitd27061b27a23aa6b7502a71047ecfcec5912af65 (patch)
tree3a0c58dd35b6c4b2a6859174b6c6a5c7b78b5fb4
parentaa92b4de8eb5e1cfc15e4630163759001d2a7e4d (diff)
downloadaur-d27061b27a23aa6b7502a71047ecfcec5912af65.tar.gz
Bump to 0.1.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79500c4c4a4a..62577ae3143f 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.36
+ pkgver = 0.1.37
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.36.tar.xz
- sha256sums = f28e2428d7a334c891bd819521133fc7591feddae54ebc8c2e97a9a3ee048342
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.37.tar.xz
+ sha256sums = 3dbb63f0c38cb80331f1a284b877ff76f2b81b09062f069526bc91b314256706
pkgname = python-debian
depends = python-chardet
diff --git a/PKGBUILD b/PKGBUILD
index c6541cfd6b14..3ce7229a0feb 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.36
+pkgver=0.1.37
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=('f28e2428d7a334c891bd819521133fc7591feddae54ebc8c2e97a9a3ee048342')
+sha256sums=('3dbb63f0c38cb80331f1a284b877ff76f2b81b09062f069526bc91b314256706')
package_python-debian() {
depends=(python-chardet python-six)