Date: Tuesday, May 12, 2015 @ 18:52:15 Author: spupykin Revision: 133334
upgpkg: libunibreak 3.0-1 upd Modified: libunibreak/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-12 16:52:10 UTC (rev 133333) +++ PKGBUILD 2015-05-12 16:52:15 UTC (rev 133334) @@ -3,16 +3,16 @@ # Contributor: Orivej Desh <[email protected]> pkgname=libunibreak -pkgver=1.1 +pkgver=3.0 pkgrel=1 pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24" arch=("i686" "x86_64") -url="http://vimgadgets.sourceforge.net/libunibreak/" +url="https://github.com/adah1972/libunibreak/" license=("custom:zlib/libpng") depends=("glibc") replaces=('liblinebreak') source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz") -md5sums=('80c933a03493bd920553c9380aa7f13d') +md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee') build() { cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
