summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarius Knaust2021-03-16 17:36:40 +0100
committerMarius Knaust2021-03-16 17:36:40 +0100
commit77f957e9c29822250c56ea33da95cf6599ec6c1a (patch)
tree8a1e6d9b2755bd5b3a6f42e4175b3ff3567e1570 /PKGBUILD
parentff36998f4886fe0b5d30de38e111093912de7b85 (diff)
downloadaur-77f957e9c29822250c56ea33da95cf6599ec6c1a.tar.gz
Fix provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 330c3c07fdd0..92f579431cef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=inkscape-applytransforms
pkgname=$_name-git
-pkgver=r38.bc65583
+pkgver=r56.aac7ddc
pkgrel=1
pkgdesc="An Inkscape extension which removes all matrix transforms by applying them recursively to shapes"
arch=("any")
@@ -10,8 +10,8 @@ url="https://github.com/Klowner/$_name"
license=("GPL2")
depends=("inkscape" "python-lxml")
makedepends=("git")
-provides=("_name")
-conflicts=("_name")
+provides=("$_name")
+conflicts=("$_name")
source=("git+https://github.com/Klowner/$_name.git")
md5sums=("SKIP")