summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Vreeland2020-05-04 08:21:16 -0700
committerJustin Vreeland2020-05-04 08:21:16 -0700
commitd27061b27a23aa6b7502a71047ecfcec5912af65 (patch)
tree3a0c58dd35b6c4b2a6859174b6c6a5c7b78b5fb4 /PKGBUILD
parentaa92b4de8eb5e1cfc15e4630163759001d2a7e4d (diff)
downloadaur-d27061b27a23aa6b7502a71047ecfcec5912af65.tar.gz
Bump to 0.1.37
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)