summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-14 21:54:43 +0100
committerhaawda2018-11-14 21:54:43 +0100
commitd1f23e4807f86f4923dbac45586672290d4fb2cb (patch)
tree113915061e7a512c7b9bb4b01fa44fe70102929b
parent2752c8938a161c25c45e4c880a6c45c177c98f76 (diff)
downloadaur-d1f23e4807f86f4923dbac45586672290d4fb2cb.tar.gz
remove nomakeflags-option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d0f3214c571..832699183ad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inkscape-git
pkgdesc = An Open Source vector graphics editor, using SVG file format, from git master
- pkgver = 20181108.20917
+ pkgver = 20181113.20941
pkgrel = 1
url = https://launchpad.net/inkscape
arch = i686
@@ -39,7 +39,6 @@ pkgbase = inkscape-git
conflicts = inkscape
options = !libtool
options = !buildflags
- options = !makeflags
source = inkscape.git::git+https://gitlab.com/inkscape/inkscape
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 41a59c02bf1e..500892027da2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-git
-pkgver=20181108.20917
+pkgver=20181113.20941
pkgrel=1
pkgdesc="An Open Source vector graphics editor, using SVG file format, from git master"
url="https://launchpad.net/inkscape"
@@ -19,7 +19,7 @@ optdepends=('python2-numpy: some extensions'
makedepends=('cmake' 'boost' 'intltool' 'git' 'gettext' 'pango' 'python' 'fontconfig')
provides=('inkscape')
conflicts=('inkscape')
-options=('!libtool' '!buildflags' '!makeflags')
+options=('!libtool' '!buildflags')
source=('inkscape.git::git+https://gitlab.com/inkscape/inkscape')
sha1sums=('SKIP')
_gitname="inkscape.git"