diff --git a/imlib2/PKGBUILD b/imlib2/PKGBUILD index f876e388f0..af07e38bad 100644 --- a/imlib2/PKGBUILD +++ b/imlib2/PKGBUILD @@ -4,21 +4,18 @@ # Contributor: Tom Newsom pkgname=imlib2 -pkgver=1.7.0 +pkgver=1.7.1 pkgrel=1 pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support" url="https://sourceforge.net/projects/enlightenment/" arch=(x86_64 powerpc64le powerpc) license=('BSD') depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo' 'libwebp') -source=(https://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2 - be.patch) +source=(https://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2) prepare() { cd "${pkgname}-${pkgver}" - patch -Np0 -i ${srcdir}/be.patch - sed -i 's/@my_libs@//' imlib2-config.in } @@ -49,5 +46,4 @@ package() { # Install License install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } -sha512sums=('078126269565b55f4b167608ee65d558711e37c34283fb6193752b27f7fc59c738cbd38839b17203273defee20c2ffc41a495e44364089deebffbd39c67e6d72' - '54190fbff27c2e7881964285261d71cd03302289b2617d5b35d2beb9422e26602f4c96ba12e8f1fae33d946e2c40fcb4deccc3137b4066e7e5fc7572450bf903') +sha512sums=('36e457855da0f129c7e7ba3dfcb44162b6624b1d56df5f84448495a96fe9ad1ce3e6c628222630be7274476722c4feaa8e1648d1e463439ca758e66ce9645970')