summaryrefslogtreecommitdiff
path: root/community/liblinebreak/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/liblinebreak/PKGBUILD')
-rw-r--r--community/liblinebreak/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/liblinebreak/PKGBUILD b/community/liblinebreak/PKGBUILD
index 0a3d47a39..a32dd8179 100644
--- a/community/liblinebreak/PKGBUILD
+++ b/community/liblinebreak/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66198 2012-02-23 03:08:54Z spupykin $
+# $Id: PKGBUILD 74591 2012-07-31 10:04:29Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Orivej Desh <smpuj@bk.ru>
pkgname=liblinebreak
-pkgver=2.0
-pkgrel=2
+pkgver=2.1
+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" 'mips64el')
url="http://vimgadgets.sourceforge.net/liblinebreak/"
@@ -13,7 +13,7 @@ depends=("glibc")
makedepends=()
options=("!libtool")
source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz")
-md5sums=('c4ac2052b9e1883822662ecee483c542')
+md5sums=('9fe73b4b230434765be2305e50f8fe45')
build() {
cd "$srcdir/liblinebreak-$pkgver"