summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-12-08 22:45:58 +0100
committerPhilipp A2020-12-08 22:45:58 +0100
commit1692880f5c362d11a96c454d57e3db1dba14caa6 (patch)
tree7c4bee6dc2e4667123f54ce05c1d7921998e709d
parentc42dda1ba84c468ab3c2485803c4cc33dc94bbb3 (diff)
downloadaur-python-stdeb.tar.gz
v0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ab0bb083262..678debfc3e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-stdeb
pkgdesc = Python to Debian source package conversion utility
- pkgver = 0.8.5
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/astraw/stdeb
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-stdeb
depends = python-setuptools
depends = python-requests
depends = dpkg
- source = https://pypi.python.org/packages/source/s/stdeb/stdeb-0.8.5.tar.gz
- md5sums = afebfb9ca1c545fa15ad575679879f91
+ source = https://pypi.python.org/packages/source/s/stdeb/stdeb-0.10.0.tar.gz
+ md5sums = 683a7e783113b3297632733efbbc9ae2
pkgname = python-stdeb
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..09defc444e5e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/src/
+/pkg/
+/*.tar.gz
+/*.pkg.tar.*
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"