summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2020-11-01 13:05:16 -0800
committerMike Javorski2020-11-01 13:05:51 -0800
commit5a1d0df8ef5255938bab44e1894a7253296f8429 (patch)
treed2160c13e906400c13ad6310cb1b8ebd8164f960 /PKGBUILD
parentd092acfeff742b56b2fe4d8067ae1326571ab8b4 (diff)
downloadaur-5a1d0df8ef5255938bab44e1894a7253296f8429.tar.gz
Update to latest version 0.1.38
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc45bee0237a..573440eb703a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgbase=python-debian
pkgname=('python-debian' 'python2-debian')
-pkgver=0.1.37
-pkgrel=2
+pkgver=0.1.38
+pkgrel=1
pkgdesc="Python modules to work with Debian-related data formats"
arch=('any')
-url="http://packages.debian.org/sid/python-debian"
+url="https://salsa.debian.org/python-debian-team/python-debian"
license=('GPL')
makedepends=('python-setuptools' 'python2-setuptools')
options=(!emptydirs)
source=(http://deb.debian.org/debian/pool/main/p/$pkgbase/${pkgbase}_$pkgver.tar.xz)
-sha256sums=('3dbb63f0c38cb80331f1a284b877ff76f2b81b09062f069526bc91b314256706')
+sha256sums=('bc8862111d0b45f5c2242f365651b392b056893d41a55799cf7e9eaad3b81f5d')
package_python-debian() {
depends=(python-chardet python-six)