summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2020-10-10 16:32:21 +0200
committerMichal Wojdyla2020-10-10 16:32:21 +0200
commit61c21e55415e9eef1da053edb001bc1710300962 (patch)
treee3fe24ed044d1f770666fa110253f964dc9eb254 /PKGBUILD
parent4b642d3a9b6b7a383db20110c54a03e3d9fb7546 (diff)
downloadaur-python2-xmltramp.tar.gz
remove unneeded dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20c8ffe96bcd..1c71466ede2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
pkgname=python2-xmltramp
pkgver=2.18
-pkgrel=2
+pkgrel=3
pkgdesc="xmltramp is a simple Pythonic API for working with XML documentation"
arch=('i686' 'x86_64')
-makedepends=('python2-distribute')
url="http://www.aaronsw.com/2002/xmltramp/"
license=('GPL2')
depends=('python2')