summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-06-03 01:23:29 +0200
committerhaawda2019-06-03 01:23:29 +0200
commite2de2ddddd23629e59588654a05fea67defbf01f (patch)
tree07f6360f03205ef2baa2b0e11056d0ec44ef370f
parentae247ef57f605c43f4c94ea7bec391c0497a9adf (diff)
downloadaur-e2de2ddddd23629e59588654a05fea67defbf01f.tar.gz
use in
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa8b578867e..1fb4fa5e78b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inkscape-092-git
pkgdesc = An Open Source vector graphics editor, using Scalable Vector Graphics (SVG) file format, from git branch 0.92.x
- pkgver = 0.92.3.r84.g4e014550a5
+ pkgver = 0.92.4.r48.ga364238274
pkgrel = 1
epoch = 1
url = https://gitlab.com/inkscape/inkscape
@@ -39,7 +39,7 @@ pkgbase = inkscape-092-git
provides = inkscape
conflicts = inkscape
options = !libtool
- source = inkscape.git::git+https://gitlab.com/inkscape/inkscape#branch=0.92.x
+ source = inkscape.git::git+https://gitlab.com/inkscape/inkscape.git#branch=0.92.x
md5sums = SKIP
pkgname = inkscape-092-git
diff --git a/PKGBUILD b/PKGBUILD
index 3eef1460a29f..b90bd00cf387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=inkscape-092-git
epoch=1
-pkgver=0.92.3.r84.g4e014550a5
+pkgver=0.92.4.r48.ga364238274
pkgrel=1
pkgdesc="An Open Source vector graphics editor, using Scalable Vector Graphics (SVG) file format, from git branch 0.92.x"
url="https://gitlab.com/inkscape/inkscape"
@@ -21,7 +21,7 @@ makedepends=('boost' 'intltool' 'git' 'gettext' 'pango' 'fontconfig' 'python' 'c
provides=('inkscape')
conflicts=('inkscape')
options=('!libtool')
-source=('inkscape.git::git+https://gitlab.com/inkscape/inkscape#branch=0.92.x')
+source=("inkscape.git::git+$url.git#branch=0.92.x")
md5sums=('SKIP')
_gitname="inkscape.git"