[arch-commits] Commit in libkkc-data/repos/community-x86_64 (3 files)

Antonio Rojas arojas at archlinux.org
Sat Jun 9 07:26:19 UTC 2018


    Date: Saturday, June 9, 2018 @ 07:26:18
  Author: arojas
Revision: 342127

archrelease: copy trunk to community-x86_64

Added:
  libkkc-data/repos/community-x86_64/PKGBUILD
    (from rev 342126, libkkc-data/trunk/PKGBUILD)
Deleted:
  libkkc-data/repos/community-x86_64/ChangeLog
  libkkc-data/repos/community-x86_64/PKGBUILD

-----------+
 ChangeLog |   14 --------------
 PKGBUILD  |   54 +++++++++++++++++++++++++++---------------------------
 2 files changed, 27 insertions(+), 41 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2018-06-09 07:25:57 UTC (rev 342126)
+++ ChangeLog	2018-06-09 07:26:18 UTC (rev 342127)
@@ -1,14 +0,0 @@
-2013-05-28  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	- Clean up makedepends
-
-2013-05-28  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	* libkkc-data 0.2.0-2
-	- Add marisa (marisa-python) into makedepends
-
-2013-05-27  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	* libkkc-data 0.2.0-1
-	- Initial release on AUR
-

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 07:25:57 UTC (rev 342126)
+++ PKGBUILD	2018-06-09 07:26:18 UTC (rev 342127)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=libkkc-data
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Language model data package for libkkc"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
-license=('GPL')
-makedepends=('python2-marisa')
-changelog=ChangeLog
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure PYTHON=/usr/bin/python2 --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')

Copied: libkkc-data/repos/community-x86_64/PKGBUILD (from rev 342126, libkkc-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-09 07:26:18 UTC (rev 342127)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc-data
+pkgver=0.2.7
+pkgrel=2
+_kkcver=0.3.5
+pkgdesc="Language model data package for libkkc"
+arch=('x86_64')
+url="https://github.com/ueno/libkkc"
+license=('GPL')
+makedepends=('python2-marisa')
+source=(https://github.com/ueno/libkkc/releases/download/v$_kkcver/libkkc-data-$pkgver.tar.xz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure PYTHON=/usr/bin/python2 --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')



More information about the arch-commits mailing list