[arch-commits] Commit in fribidi/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sat Aug 8 16:02:13 UTC 2015
Date: Saturday, August 8, 2015 @ 18:02:13
Author: giovanni
Revision: 243128
upgpkg: fribidi 0.19.7-1
upstream release
Modified:
fribidi/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-08 13:52:35 UTC (rev 243127)
+++ PKGBUILD 2015-08-08 16:02:13 UTC (rev 243128)
@@ -3,8 +3,8 @@
# Contributor: Nezmer <Nezmer at gmail.com>
pkgname=fribidi
-pkgver=0.19.6
-pkgrel=2
+pkgver=0.19.7
+pkgrel=1
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
arch=('i686' 'x86_64')
license=('LGPL')
@@ -11,13 +11,13 @@
url="http://fribidi.org"
depends=('glib2')
source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('ce93d862344991173dabb609bf93ca1d')
+md5sums=('6c7e7cfdd39c908f7ac619351c1c5c23')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --enable-malloc # FS#42017
+ ./configure --prefix=/usr
+
make
}
More information about the arch-commits
mailing list