Date: Saturday, January 11, 2014 @ 10:29:03 Author: giovanni Revision: 203465
upgpkg: fribidi 0.19.6-1 upstream release Modified: fribidi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-11 09:14:57 UTC (rev 203464) +++ PKGBUILD 2014-01-11 09:29:03 UTC (rev 203465) @@ -3,15 +3,15 @@ # Contributor: Nezmer <[email protected]> pkgname=fribidi -pkgver=0.19.5 +pkgver=0.19.6 pkgrel=1 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm" arch=('i686' 'x86_64') license=('LGPL') url="http://fribidi.org" -depends=('glibc') +depends=('glib2') source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2") -md5sums=('925bafb97afee8a2fc2d0470c072a155') +md5sums=('ce93d862344991173dabb609bf93ca1d') build() { cd "${srcdir}/${pkgname}-${pkgver}"
