summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2020-12-08 22:45:58 +0100
committerPhilipp A2020-12-08 22:45:58 +0100
commit1692880f5c362d11a96c454d57e3db1dba14caa6 (patch)
tree7c4bee6dc2e4667123f54ce05c1d7921998e709d /PKGBUILD
parentc42dda1ba84c468ab3c2485803c4cc33dc94bbb3 (diff)
downloadaur-1692880f5c362d11a96c454d57e3db1dba14caa6.tar.gz
v0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a68bf221a49..b6d5d9198700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=python-stdeb
-pkgver=0.8.5
+pkgver=0.10.0
pkgrel=1
pkgdesc='Python to Debian source package conversion utility'
arch=('any')
url='https://github.com/astraw/stdeb'
-license=(' MIT')
+license=('MIT')
depends=('python' 'python-setuptools' 'python-requests' 'dpkg')
source=("https://pypi.python.org/packages/source/s/stdeb/stdeb-$pkgver.tar.gz")
-md5sums=('afebfb9ca1c545fa15ad575679879f91')
+md5sums=('683a7e783113b3297632733efbbc9ae2')
package() {
cd "$srcdir/stdeb-$pkgver"