summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2022-09-30 08:59:12 -0700
committerMike Javorski2022-09-30 08:59:12 -0700
commitaefb4765746161acf1995fa8f79cdf08c658f5d8 (patch)
tree11482a883e5029ec3762a148d0beb486b2499f4f
parentd6e4e0e4a26c3b5e394e1ea9817ef4f57dfe65a3 (diff)
downloadaur-aefb4765746161acf1995fa8f79cdf08c658f5d8.tar.gz
Add python-pyxdg dependency required as of 1.1.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2367952b3736..adb9f0ea2226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dput
pkgdesc = Debian package upload tool
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://packages.qa.debian.org/dput
arch = any
license = GPL
@@ -9,6 +9,7 @@ pkgbase = dput
depends = python
depends = python-debian
depends = python-gpgme
+ depends = python-pyxdg
source = http://http.debian.net/debian/pool/main/d/dput/dput_1.1.2.tar.xz
md5sums = 21d77e7607cce37a42f7be38e5df8335
diff --git a/PKGBUILD b/PKGBUILD
index 2ec1e0845573..b6e0cb7974c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Andre Klitzing <andre () incubo () de>
pkgname=dput
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Debian package upload tool"
arch=('any')
url="http://packages.qa.debian.org/dput"
license=('GPL')
makedepends=('python-setuptools')
-depends=('python' 'python-debian' 'python-gpgme')
+depends=('python' 'python-debian' 'python-gpgme' 'python-pyxdg')
source=(http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
md5sums=('21d77e7607cce37a42f7be38e5df8335')