Date: Tuesday, June 19, 2018 @ 22:13:17
  Author: jgc
Revision: 327303

archrelease: copy trunk to extra-x86_64

Added:
  link-grammar/repos/extra-x86_64/PKGBUILD
    (from rev 327302, link-grammar/trunk/PKGBUILD)
Deleted:
  link-grammar/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-19 22:13:14 UTC (rev 327302)
+++ PKGBUILD    2018-06-19 22:13:17 UTC (rev 327303)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giova...@archlinux.org>
-# Contributor: Jan de Groot <j...@archlinux.org>
-
-pkgname=link-grammar
-pkgver=5.4.4
-pkgrel=1
-pkgdesc="A Grammar Checking library"
-arch=('x86_64')
-url="https://www.abisource.com/projects/link-grammar/";
-license=('LGPL')
-depends=('hunspell' 'sqlite' 'libedit')
-makedepends=('python' 'python2' 'swig' 'apache-ant')
-options=('!makeflags')
-source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
-sha256sums=('c1533379dba0d81e3a924445216aa98a5bf3be9974586a68b00071b654fa69b9'
-            'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: link-grammar/repos/extra-x86_64/PKGBUILD (from rev 327302, 
link-grammar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-06-19 22:13:17 UTC (rev 327303)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=link-grammar
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="A Grammar Checking library"
+arch=('x86_64')
+url="https://www.abisource.com/projects/link-grammar/";
+license=('LGPL')
+depends=('hunspell' 'sqlite' 'libedit')
+makedepends=('python' 'python2' 'swig' 'apache-ant')
+options=('!makeflags')
+source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
+sha256sums=('214be0ca19bcb777873c410a47da6c5b340464f6c19f8c787357460c25403e82'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to