From 8869c967e31e95385329b7e3e12ab1e6fec42147 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Tue, 15 Sep 2015 13:56:47 +0000 Subject: [PATCH] Revert "libzhuyin: downgrade to 1.0.2" This reverts commit b3e30ec0c98845db4c5a692650d8aa0741d868b1. --- libzhuyin/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libzhuyin/PKGBUILD b/libzhuyin/PKGBUILD index 56d664f22..ab3c22bbe 100644 --- a/libzhuyin/PKGBUILD +++ b/libzhuyin/PKGBUILD @@ -1,5 +1,5 @@ pkgname=libzhuyin -pkgver=1.0.2 +pkgver=1.0.91 pkgrel=1 pkgdesc="The libzhuyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods." arch=('x86_64') @@ -8,7 +8,7 @@ url="https://github.com/libzhuyin/libzhuyin" depends=("db" "glib2") makedepends=("cmake") source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('9e45ab52d636da216ee776e4a9dfcfee533c4554') +sha1sums=('0d248193e0daf4f67eaa9bfb1903094efb16aea3') build() { cd "${srcdir}/${pkgname}-${pkgver}"