diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ # Maintainer: Jonian Guveli <https://github.com/jonian/> pkgname=inkscape-generate-palette pkgver=4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Inkscape extension to generate color palettes" arch=("any") url="https://github.com/olibia/inkscape-generate-palette" license=("GPL") -depends=("inkscape" "python2-lxml") +depends=("inkscape" "python-lxml") conflicts=("$pkgname" "$pkgname-git") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") md5sums=("a2ef63a38399d82233c935031b33d7a1") |