Date: Monday, September 3, 2012 @ 01:58:22 Author: giovanni Revision: 165892
upgpkg: fribidi 0.19.4-1 upstream release Modified: fribidi/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-03 05:48:23 UTC (rev 165891) +++ PKGBUILD 2012-09-03 05:58:22 UTC (rev 165892) @@ -3,16 +3,16 @@ # Contributor: Nezmer <[email protected]> pkgname=fribidi -pkgver=0.19.2 -pkgrel=2 +pkgver=0.19.4 +pkgrel=1 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm" arch=('i686' 'x86_64') license=('LGPL') url="http://fribidi.org" depends=('glibc') options=('!libtool') -source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.gz") -md5sums=('626db17d2d99b43615ad9d12500f568a') +source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2") +md5sums=('0173f98ff929782d45819fc4a813c175') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -23,5 +23,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install }
