summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Knaust2021-03-16 17:36:40 +0100
committerMarius Knaust2021-03-16 17:36:40 +0100
commit77f957e9c29822250c56ea33da95cf6599ec6c1a (patch)
tree8a1e6d9b2755bd5b3a6f42e4175b3ff3567e1570
parentff36998f4886fe0b5d30de38e111093912de7b85 (diff)
downloadaur-inkscape-applytransforms-git.tar.gz
Fix provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a42e5a44aa..9b2b266fd782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inkscape-applytransforms-git
pkgdesc = An Inkscape extension which removes all matrix transforms by applying them recursively to shapes
- pkgver = r38.bc65583
+ pkgver = r56.aac7ddc
pkgrel = 1
url = https://github.com/Klowner/inkscape-applytransforms
arch = any
@@ -8,8 +8,8 @@ pkgbase = inkscape-applytransforms-git
makedepends = git
depends = inkscape
depends = python-lxml
- provides = _name
- conflicts = _name
+ provides = inkscape-applytransforms
+ conflicts = inkscape-applytransforms
source = git+https://github.com/Klowner/inkscape-applytransforms.git
md5sums = SKIP
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")