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

Jan de Groot jgc at archlinux.org
Thu Apr 19 21:09:56 UTC 2018


    Date: Thursday, April 19, 2018 @ 21:09:55
  Author: jgc
Revision: 322454

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-19 21:09:50 UTC (rev 322453)
+++ PKGBUILD	2018-04-19 21:09:55 UTC (rev 322454)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=link-grammar
-pkgver=5.4.3
-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')
-options=('!makeflags')
-source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
-sha256sums=('3b043693ba091647128aaa60b3ed9187dc8b80f5921d4d7a6550294ca5a8e137'
-            '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 322453, link-grammar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-19 21:09:55 UTC (rev 322454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jan de Groot <jgc at 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
+}



More information about the arch-commits mailing list