summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2020-01-08 09:23:12 -0800
committerMike Javorski2020-01-08 09:23:12 -0800
commitaa92b4de8eb5e1cfc15e4630163759001d2a7e4d (patch)
treedf41f36677f0ff7382d466374d33e6abd6b9ef44
parente523888eff77495d0d58d08e0af85bab7acf1cdc (diff)
downloadaur-aa92b4de8eb5e1cfc15e4630163759001d2a7e4d.tar.gz
Bump to latest version - 0.1.36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5c8ab3b02e6..79500c4c4a4a 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.35
+ pkgver = 0.1.36
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.35.tar.xz
- sha256sums = 8389db5710cefa912241355e030a3f2e6c9f4a46b64b03d0e90caa46a4fbaaa9
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.36.tar.xz
+ sha256sums = f28e2428d7a334c891bd819521133fc7591feddae54ebc8c2e97a9a3ee048342
pkgname = python-debian
depends = python-chardet
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)