diff --git a/extra/imlib2/PKGBUILD b/extra/imlib2/PKGBUILD index 81af30414..61c6c554e 100644 --- a/extra/imlib2/PKGBUILD +++ b/extra/imlib2/PKGBUILD @@ -6,22 +6,25 @@ # - remove --enable-amd64 from configure pkgname=imlib2 -pkgver=1.7.5 +pkgver=1.8.0 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/" +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') license=('BSD') -depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo' 'libwebp') -source=(https://downloads.sourceforge.net/project/enlightenment/imlib2-src/$pkgver/$pkgname-$pkgver.tar.xz) -sha512sums=('6e0a79359d6cac297b7a074a75bf577c8c1e3932d9993616834ea9076a7df544fafcfa960fe8ed7468f1291533f3c828260ccb809a882dadb3f3650ba9dd3f28') +options=('debug') +depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo' 'libwebp' 'libheif' 'librsvg' 'xz') +source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/${pkgver}/${pkgname}-${pkgver}.tar.xz") +sha512sums=('e4e4dbd58b9413d11a2ca645b7351c5b441b330d579b6d9f53db445e4d10e30cfeb77158d018ce14d37b536314f238b8ddf7366d293975709d9c11765e7c5735') build() { cd "${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --sysconfdir=/etc/imlib2 \ - --x-libraries=/usr/lib + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc/imlib2 \ + --x-libraries=/usr/lib + make }