diff options
author | haawda | 2021-11-06 19:59:57 +0100 |
---|---|---|
committer | haawda | 2021-11-06 19:59:57 +0100 |
commit | 0e6b39304ffcc7446825e288eaaa80d3349e62d3 (patch) | |
tree | 2e26f9938fa5e28bcdf34ad5c19fcbf0c2f9fb56 /PKGBUILD | |
parent | bae535dadbe33ce7d782e0e205b0a80249e127ab (diff) | |
download | aur-0e6b39304ffcc7446825e288eaaa80d3349e62d3.tar.gz |
remove a stray #endif
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=abiword-git -pkgver=3.1.0.20604.a39a4872c +pkgver=3.1.0.20709.a149725ab pkgrel=1 epoch=1 pkgdesc="Fully-featured word processor from official gnome gitlab mirror" @@ -40,6 +40,7 @@ prepare() { # Generate m4 file for configure find plugins -name plugin.m4 | xargs cat > plugin-list.m4 + sed -i '117d' plugins/aiksaurus/aiksaurusgtk3/AiksaurusGTK_picbutton.h } build() { |