summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2020-01-08 09:23:12 -0800
committerMike Javorski2020-01-08 09:23:12 -0800
commitaa92b4de8eb5e1cfc15e4630163759001d2a7e4d (patch)
treedf41f36677f0ff7382d466374d33e6abd6b9ef44 /PKGBUILD
parente523888eff77495d0d58d08e0af85bab7acf1cdc (diff)
downloadaur-aa92b4de8eb5e1cfc15e4630163759001d2a7e4d.tar.gz
Bump to latest version - 0.1.36
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f856d478c86..c6541cfd6b14 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.35
+pkgver=0.1.36
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=('8389db5710cefa912241355e030a3f2e6c9f4a46b64b03d0e90caa46a4fbaaa9')
+sha256sums=('f28e2428d7a334c891bd819521133fc7591feddae54ebc8c2e97a9a3ee048342')
package_python-debian() {
depends=(python-chardet python-six)