summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-11-14 21:54:21 +0100
committerhaawda2018-11-14 21:54:21 +0100
commit5eb8e1e4c09b3cac0e441e2978361f7fbb5e56fe (patch)
treec8cff51704ec62a9bc121baf54c4a885090a91f5 /PKGBUILD
parent0b01f60c05e65e44abf64e5f6e281fa68082fafb (diff)
downloadaur-5eb8e1e4c09b3cac0e441e2978361f7fbb5e56fe.tar.gz
remove nomakflags-option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"