summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2018-02-15 23:33:33 +0100
committerkpcyrd2018-02-15 23:33:33 +0100
commit16a6a29ecf283b4c81acefadb30a574f18d31996 (patch)
tree8e2bf0da7d0b4917793ea47d973dba0c208b963b
parent4026cddb719dbd99a6f3f9002e91dc89f8c8a58d (diff)
downloadaur-16a6a29ecf283b4c81acefadb30a574f18d31996.tar.gz
v1.7.4-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3b139238b65..a7ac85ac5ded 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python2-dicttoxml
pkgdesc = Converts a Python dictionary or other native data type into a valid XML string.
pkgver = 1.7.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quandyfactory/dicttoxml
arch = any
license = GPL
- depends = python
+ depends = python2
source = https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9/dicttoxml-1.7.4.tar.gz
sha256sums = ea44cc4ec6c0f85098c57a431a1ee891b3549347b07b7414c8a24611ecf37e45
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")