[arch-commits] Commit in sharutils/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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


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

archrelease: copy trunk to extra-x86_64

Added:
  sharutils/repos/extra-x86_64/PKGBUILD
    (from rev 335734, sharutils/trunk/PKGBUILD)
Deleted:
  sharutils/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 34 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 23:12:12 UTC (rev 335734)
+++ PKGBUILD	2018-10-03 23:12:31 UTC (rev 335735)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=sharutils
-pkgver=4.15.2
-pkgrel=2
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--infodir=/usr/share/info \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: sharutils/repos/extra-x86_64/PKGBUILD (from rev 335734, sharutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 23:12:31 UTC (rev 335735)
@@ -0,0 +1,34 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sharutils
+pkgver=4.15.2
+pkgrel=3
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
+arch=('x86_64')
+depends=('perl' 'gettext' 'texinfo')
+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 \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+		--infodir=/usr/share/info \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list