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

Jan de Groot jgc at archlinux.org
Sat Feb 18 11:50:08 UTC 2017


    Date: Saturday, February 18, 2017 @ 11:50:07
  Author: jgc
Revision: 289153

upgpkg: autogen 5.18.12-1

Use https, add testsuite

Modified:
  autogen/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 11:48:52 UTC (rev 289152)
+++ PKGBUILD	2017-02-18 11:50:07 UTC (rev 289153)
@@ -4,24 +4,30 @@
 # Contributor: Tor Krill
 
 pkgname=autogen
-pkgver=5.18.10
+pkgver=5.18.12
 pkgrel=1
 pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
 arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/autogen/"
+url="https://www.gnu.org/software/autogen/"
 license=('GPL3')
 depends=('guile' 'libxml2')
-source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a9e91d1c30d27541c600e340f666a985'
-         'SKIP')
+source=(https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
 validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762') # Bruce Korb <bkorb at gnu.org>
+sha256sums=('be3ba62e883185b6ee8475edae97d7197d701d6b9ad9c3d2df53697110c1bfd8'
+            'SKIP')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list