summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Vreeland2021-01-11 07:23:01 -0800
committerJustin Vreeland2021-01-11 07:23:01 -0800
commit1624b5c9a9ef2fcf0e4fcf53dd5a136fba6de8f0 (patch)
treefc2095f3d1aabd1b7438f059c30095276772e401 /PKGBUILD
parent5a1d0df8ef5255938bab44e1894a7253296f8429 (diff)
downloadaur-1624b5c9a9ef2fcf0e4fcf53dd5a136fba6de8f0.tar.gz
Update to latest version 0.1.39
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 573440eb703a..539781959509 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.38
+pkgver=0.1.39
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=('bc8862111d0b45f5c2242f365651b392b056893d41a55799cf7e9eaad3b81f5d')
+sha256sums=('dcb119620e01ae9c913b315b03cdd5a55f00f1d0890f5bb5b8aaafd7fb0a322e')
package_python-debian() {
depends=(python-chardet python-six)