summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-09 20:52:01 +0200
committerhaawda2018-09-09 20:52:01 +0200
commitd1dc5f14fd25be524586c75a8aa947c3188101d4 (patch)
treedc5105461c59b078db77bd4aeab6cd70b856cee4
parent010e4e52c2e878a57a3da4bc1510f4d623e0031f (diff)
downloadaur-d1dc5f14fd25be524586c75a8aa947c3188101d4.tar.gz
remove option \!makeflags
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d90a8ee782f..869e87907857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = abiword-git
pkgdesc = Fully-featured word processor from official gnome gitlab mirror
- pkgver = 20478.6df5d7ec6
+ pkgver = 20479.66bb85744
pkgrel = 1
url = http://www.abisource.com
arch = i686
@@ -32,8 +32,7 @@ pkgbase = abiword-git
provides = abiword-plugins
conflicts = abiword
conflicts = abiword-plugins
- options = !makeflags
- source = abiword::git+https://gitlab.gnome.org/World/AbiWord.git#commit=6df5d7ec
+ source = abiword::git+https://gitlab.gnome.org/World/AbiWord.git#commit=66bb8574
source = enchant-2.1.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/enchant-2.1.patch?h=packages/abiword
source = aiksaurus-plugin.m4::https://git.archlinux.org/svntogit/packages.git/plain/trunk/aiksaurus-plugin.m4?h=packages/abiword
source = command-plugin.m4::https://git.archlinux.org/svntogit/packages.git/plain/trunk/command-plugin.m4?h=packages/abiword
diff --git a/PKGBUILD b/PKGBUILD
index 536a7f699a3c..3d2268f17757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=abiword-git
-pkgver=20478.6df5d7ec6
+pkgver=20479.66bb85744 # 6df5d7ec6 works
pkgrel=1
pkgdesc="Fully-featured word processor from official gnome gitlab mirror"
arch=('i686' 'x86_64')
@@ -16,8 +16,7 @@ depends=('wv' 'goffice' 'redland' 'libical' 'loudmouth' 'enchant' 'libwpg'
makedepends=('git' 'asio' 'boost' 'gobject-introspection' 'python2' 'libwpd')
provides=('abiword' 'abiword-plugins')
conflicts=('abiword' 'abiword-plugins')
-options=('!makeflags')
-source=("abiword::git+https://gitlab.gnome.org/World/AbiWord.git#commit=6df5d7ec"
+source=("abiword::git+https://gitlab.gnome.org/World/AbiWord.git#commit=66bb8574"
'enchant-2.1.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/enchant-2.1.patch?h=packages/abiword'
'aiksaurus-plugin.m4::https://git.archlinux.org/svntogit/packages.git/plain/trunk/aiksaurus-plugin.m4?h=packages/abiword'
'command-plugin.m4::https://git.archlinux.org/svntogit/packages.git/plain/trunk/command-plugin.m4?h=packages/abiword' in_chroot.patch)