summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2021-06-28 09:03:15 -0700
committerMike Javorski2021-06-28 09:03:15 -0700
commit4f86f2bdb0cd1cc88e703b41eee9aff8dfffa1f3 (patch)
treed5a1fec750a098fefb0879080bfe9a7d1c9d6c3e
parent1624b5c9a9ef2fcf0e4fcf53dd5a136fba6de8f0 (diff)
downloadaur-python-debian.tar.gz
Update to latest version 0.1.40
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f51886eb7b15..eb889f3b185b 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.39
+ pkgver = 0.1.40
pkgrel = 1
url = https://salsa.debian.org/python-debian-team/python-debian
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-debian
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = http://deb.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.39.tar.xz
- sha256sums = dcb119620e01ae9c913b315b03cdd5a55f00f1d0890f5bb5b8aaafd7fb0a322e
+ source = http://deb.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.40.tar.xz
+ sha256sums = 66ff0f260bd0cc3b44d01c17456c3f7cadc2eef5035f38e990c07c57cb908fbb
pkgname = python-debian
depends = python-chardet
@@ -20,4 +20,3 @@ pkgname = python2-debian
depends = python2-chardet
depends = python2-six
optdepends = python2-apt: interface to libapt-pkg
-
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)