summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e6bc5068aa8..d7b1bad2b51a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 20181025.18310
- pkgrel = 2
+ pkgver = 20181112.18312
+ pkgrel = 1
url = https://gitlab.com/inkscape/inkscape
arch = i686
arch = x86_64
@@ -38,7 +38,6 @@ pkgbase = inkscape-092-git
provides = inkscape
conflicts = inkscape
options = !libtool
- options = !makeflags
source = inkscape.git::git+https://gitlab.com/inkscape/inkscape#branch=0.92.x
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb823347a7d1..80b3f9817ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-092-git
-pkgver=20181025.18310
-pkgrel=2
+pkgver=20181112.18312
+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"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ makedepends=('boost' 'intltool' 'git' 'gettext' 'pango' 'fontconfig' 'python' 'c
provides=('inkscape')
conflicts=('inkscape')
-options=('!libtool' '!makeflags')
+options=('!libtool')
source=('inkscape.git::git+https://gitlab.com/inkscape/inkscape#branch=0.92.x')
md5sums=('SKIP')
_gitname="inkscape.git"