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

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 7 00:21:59 UTC 2013


    Date: Sunday, July 7, 2013 @ 02:21:59
  Author: fyan
Revision: 93602

upgpkg: libkkc 0.2.6-1

Modified:
  libkkc/trunk/PKGBUILD
Deleted:
  libkkc/trunk/ChangeLog

-----------+
 ChangeLog |   26 --------------------------
 PKGBUILD  |    9 ++++-----
 2 files changed, 4 insertions(+), 31 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2013-07-07 00:19:27 UTC (rev 93601)
+++ ChangeLog	2013-07-07 00:21:59 UTC (rev 93602)
@@ -1,26 +0,0 @@
-2013-06-07  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	* libkkc 0.2.4-1
-	- upstream update
-
-2013-05-29  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	* libkkc 0.2.3-4
-	- Fix makedepends (s/python2/marisa-python2/)
-	- Add to install docs
-
-2013-05-28  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	* libkkc 0.2.3-3
-	- Fix dependency (libgee-0.6 -> libgee06 [extra])
-
-2013-05-27  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	* libkkc 0.2.3-2
-	- Fix dependency (move some of makedepends into depends)
-
-2013-05-27  ponsfoot  <cabezon dot hashimoto at gmail dot com>
-
-	* libkkc 0.2.3-1
-	- Initial release on AUR
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-07 00:19:27 UTC (rev 93601)
+++ PKGBUILD	2013-07-07 00:21:59 UTC (rev 93602)
@@ -2,8 +2,8 @@
 # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
 
 pkgname=libkkc
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.6
+pkgrel=1
 pkgdesc="Japanese Kana Kanji conversion library"
 arch=('i686' 'x86_64')
 url="https://bitbucket.org/libkkc"
@@ -11,14 +11,11 @@
 options=(!libtool)
 depends=('marisa' 'json-glib' 'libgee06')
 makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-changelog=ChangeLog
 source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('28bafb612f8176735f02bd6f49581e072700af4e')
 
 build() {
   cd "${pkgname}-${pkgver}"
 
-  #VALAC=/usr/bin/valac-0.18 \
   PYTHON=/usr/bin/python2 \
   ./configure --prefix=/usr --disable-static --disable-silent-rules
   make
@@ -31,3 +28,5 @@
   install -m 644 README data/rules/README.rules COPYING \
     "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
 }
+
+md5sums=('b50f0341596a4e290188a7bf5195cd26')




More information about the arch-commits mailing list