summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")