Date: Saturday, June 19, 2021 @ 07:18:32 Author: arojas Revision: 965371
Update to 5.7.4 Modified: maim/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-19 07:16:51 UTC (rev 965370) +++ PKGBUILD 2021-06-19 07:18:32 UTC (rev 965371) @@ -3,16 +3,16 @@ # Contributor: naelstrof <[email protected]> pkgname=maim -pkgver=5.6.3 -pkgrel=4 +pkgver=5.7.4 +pkgrel=1 pkgdesc='Utility to take a screenshot using imlib2' arch=('x86_64') url='https://github.com/naelstrof/maim' license=('GPL3') -depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 'libxext' 'libxfixes' 'libxrandr' 'slop') +depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libwebp' 'libx11' 'libxcomposite' 'libxext' 'libxfixes' 'libxrandr' 'slop') makedepends=('cmake' 'glm') source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz") -md5sums=('fa407a2b3132f9d929a7c7722490101a') +md5sums=('3e0a19cc4d21414c38aed8e0122ab119') build() { cd "$pkgname-$pkgver"
