summaryrefslogtreecommitdiff
path: root/community/liblinebreak
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-02 00:01:47 +0000
committerroot <root@rshg054.dnsready.net>2012-08-02 00:01:47 +0000
commite8f5b2ea6983e7a97c1640e9e211f356b8b5d21b (patch)
treef454ed3270ca5f6171ffc277c784aaecf9ddb6d1 /community/liblinebreak
parenta71961a43ef48f47d3575915f63099308a18a263 (diff)
Thu Aug 2 00:01:47 UTC 2012
Diffstat (limited to 'community/liblinebreak')
-rw-r--r--community/liblinebreak/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/liblinebreak/PKGBUILD b/community/liblinebreak/PKGBUILD
index 23578bdd0..ce6a84fe4 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")
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"