summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef7f2a0107d..ca87e8fdb3c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = abiword-git
pkgdesc = Fully-featured word processor from official gnome gitlab mirror
- pkgver = 3.1.0.20713.7f124ca95
- pkgrel = 2
+ pkgver = 3.1.0.20718.7ad0a0e9e
+ pkgrel = 1
epoch = 1
url = http://www.abisource.com
arch = i686
@@ -34,10 +34,8 @@ pkgbase = abiword-git
source = git+https://gitlab.gnome.org/World/AbiWord.git
source = aiksaurus-plugin.m4
source = command-plugin.m4
- source = null.patch
sha256sums = SKIP
sha256sums = 5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1
sha256sums = 2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be
- sha256sums = e1527f5300e177549c64311d84ef76d0a63275b83ee7150213b38a63b5065063
pkgname = abiword-git
diff --git a/PKGBUILD b/PKGBUILD
index 6e66fb60f8e3..0ef3ba83e332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=abiword-git
-pkgver=3.1.0.20713.7f124ca95
-pkgrel=2
+pkgver=3.1.0.20718.7ad0a0e9e
+pkgrel=1
epoch=1
pkgdesc="Fully-featured word processor from official gnome gitlab mirror"
arch=('i686' 'x86_64')
@@ -19,11 +19,10 @@ provides=('abiword' 'abiword-plugins')
conflicts=('abiword' 'abiword-plugins')
source=("git+https://gitlab.gnome.org/World/AbiWord.git"
'aiksaurus-plugin.m4'
- 'command-plugin.m4' null.patch)
+ 'command-plugin.m4')
sha256sums=('SKIP'
'5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
- '2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
- 'e1527f5300e177549c64311d84ef76d0a63275b83ee7150213b38a63b5065063')
+ '2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be')
pkgver() {
cd AbiWord
@@ -41,7 +40,6 @@ prepare() {
# Generate m4 file for configure
find plugins -name plugin.m4 | xargs cat > plugin-list.m4
- git apply "$srcdir"/null.patch
}
build() {