summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2021-06-28 09:03:15 -0700
committerMike Javorski2021-06-28 09:03:15 -0700
commit4f86f2bdb0cd1cc88e703b41eee9aff8dfffa1f3 (patch)
treed5a1fec750a098fefb0879080bfe9a7d1c9d6c3e /PKGBUILD
parent1624b5c9a9ef2fcf0e4fcf53dd5a136fba6de8f0 (diff)
downloadaur-4f86f2bdb0cd1cc88e703b41eee9aff8dfffa1f3.tar.gz
Update to latest version 0.1.40
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 539781959509..7dcbd4ba22cc 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.39
+pkgver=0.1.40
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://deb.debian.org/debian/pool/main/p/$pkgbase/${pkgbase}_$pkgver.tar.xz)
-sha256sums=('dcb119620e01ae9c913b315b03cdd5a55f00f1d0890f5bb5b8aaafd7fb0a322e')
+sha256sums=('66ff0f260bd0cc3b44d01c17456c3f7cadc2eef5035f38e990c07c57cb908fbb')
package_python-debian() {
depends=(python-chardet python-six)