[arch-commits] Commit in sharutils/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Oct 3 23:12:12 UTC 2018


    Date: Wednesday, October 3, 2018 @ 23:12:12
  Author: bisson
Revision: 335734

free rebuild, fix broken test

Modified:
  sharutils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 23:10:21 UTC (rev 335733)
+++ PKGBUILD	2018-10-03 23:12:12 UTC (rev 335734)
@@ -4,7 +4,7 @@
 
 pkgname=sharutils
 pkgver=4.15.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
 license=('GPL')
@@ -13,6 +13,11 @@
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
 sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
 
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's/FUNC_FFLUSH_STDIN/-1/g' -i lib/fseeko.c
+}
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure \



More information about the arch-commits mailing list