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

Felix Yan fyan at archlinux.org
Sun Oct 4 03:37:47 UTC 2015


    Date: Sunday, October 4, 2015 @ 05:37:47
  Author: fyan
Revision: 142911

upgpkg: libkkc 0.3.5-1

Modified:
  libkkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-04 03:37:36 UTC (rev 142910)
+++ PKGBUILD	2015-10-04 03:37:47 UTC (rev 142911)
@@ -1,19 +1,19 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
 
 pkgname=libkkc
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="Japanese Kana Kanji conversion library"
 arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
+url="https://github.com/ueno/libkkc"
 license=('GPL')
 depends=('marisa' 'json-glib' 'libgee')
 makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
 optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ec6afc488e8e176b7c180254a21097ba4de2091c1959f4088c01c915c641a7eca28bf709e65c2aeed9f2f327090125ae4b48d1b71a9e12cf7667947769537759')
+source=(https://github.com/ueno/libkkc/releases/download/v$pkgver/libkkc-$pkgver.tar.gz)
+sha512sums=('f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -30,4 +30,3 @@
   install -m 644 README data/rules/README.rules COPYING \
     "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
 }
-



More information about the arch-commits mailing list