Date: Friday, April 22, 2016 @ 10:36:15 Author: fyan Revision: 171572
upgpkg: lib32-imlib2 1.4.8-1 Modified: lib32-imlib2/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-22 08:25:45 UTC (rev 171571) +++ PKGBUILD 2016-04-22 08:36:15 UTC (rev 171572) @@ -7,7 +7,7 @@ pkgname=lib32-imlib2 _pkgname=imlib2 -pkgver=1.4.7 +pkgver=1.4.8 pkgrel=1 pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support, lib32" url="http://sourceforge.net/projects/enlightenment/" @@ -15,7 +15,7 @@ license=('BSD') depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' "${_pkgname}") source=("http://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2") -md5sums=('f2f1418c376da6125453f90f2d58d938') +md5sums=('97cf1007b0339102974ce20c8f17c249') prepare() { cd "$_pkgname-$pkgver" @@ -35,6 +35,11 @@ make } +check() { + cd "$_pkgname-$pkgver" + make check +} + package() { cd "${_pkgname}-$pkgver" make DESTDIR="$pkgdir" install