summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-06-22 10:54:25 -0700
committerMike Javorski2019-06-22 10:54:25 -0700
commite523888eff77495d0d58d08e0af85bab7acf1cdc (patch)
tree1e478d03a9be2ecf5390f18c6b324ee28f0a6768
parent6738ea47a909279468cccb38a0002cee3a57c3dd (diff)
downloadaur-e523888eff77495d0d58d08e0af85bab7acf1cdc.tar.gz
Bump to latest version - 0.1.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b707af767a0b..c5c8ab3b02e6 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.34
+ pkgver = 0.1.35
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.34.tar.xz
- sha256sums = 8c9633111a2e0eb2669dee8d0304ad149c1782a5c7a68953ca9b21cc69811224
+ source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.35.tar.xz
+ sha256sums = 8389db5710cefa912241355e030a3f2e6c9f4a46b64b03d0e90caa46a4fbaaa9
pkgname = python-debian
depends = python-chardet
diff --git a/PKGBUILD b/PKGBUILD
index ab239aa45e1b..6f856d478c86 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.34
+pkgver=0.1.35
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=('8c9633111a2e0eb2669dee8d0304ad149c1782a5c7a68953ca9b21cc69811224')
+sha256sums=('8389db5710cefa912241355e030a3f2e6c9f4a46b64b03d0e90caa46a4fbaaa9')
package_python-debian() {
depends=(python-chardet python-six)