summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2018-02-15 23:33:33 +0100
committerkpcyrd2018-02-15 23:33:33 +0100
commit16a6a29ecf283b4c81acefadb30a574f18d31996 (patch)
tree8e2bf0da7d0b4917793ea47d973dba0c208b963b /PKGBUILD
parent4026cddb719dbd99a6f3f9002e91dc89f8c8a58d (diff)
downloadaur-16a6a29ecf283b4c81acefadb30a574f18d31996.tar.gz
v1.7.4-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 416aee10edbe..bd070b13492d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python2-dicttoxml
pkgver=1.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="Converts a Python dictionary or other native data type into a valid XML string."
url="https://github.com/quandyfactory/dicttoxml"
-depends=('python')
+depends=('python2')
license=('GPL')
arch=('any')
source=("https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9/dicttoxml-${pkgver}.tar.gz")