libkkc update to 0.3.3

This commit is contained in:
Francesco Marinucci 2014-04-13 09:42:19 +00:00
parent 4147b10b3a
commit 00338567fc

View File

@ -1,8 +1,10 @@
# Maintainer: Francesco Marinucci <franzmari[at]chakra-project[dot]it>
pkgname=libkkc
pkgver=0.2.4
pkgver=0.3.3
pkgrel=1
pkgdesc="Japanese Kana-string to Kana-Kanji-mixed-string converter"
arch=("i686" "x86_64")
arch=('x86_64')
license=('GPL')
url="https://gitorious.org/libkkc/libkkc"
depends=('marisa' 'libgee06' 'json-glib')
@ -10,6 +12,7 @@ makedepends=('gobject-introspection' 'intltool' 'vala')
conflicts=()
provides=()
source=("https://bitbucket.org/${pkgname}/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz")
md5sums=('2a1c03984e327e57d917f5fe3c182fd9')
build() {
pushd .
@ -25,5 +28,3 @@ package() {
make DESTDIR="$pkgdir" install
popd
}
md5sums=('8526b39b59fe1663f195519131a63fc7')