Date: Saturday, February 25, 2017 @ 09:51:11 Author: lfleischer Revision: 213748
upgpkg: maim 4.4.50-1 Upstream update. Modified: maim/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 09:47:17 UTC (rev 213747) +++ PKGBUILD 2017-02-25 09:51:11 UTC (rev 213748) @@ -3,17 +3,16 @@ # Contributor: naelstrof <[email protected]> pkgname=maim -pkgver=3.4.47 -pkgrel=2 +pkgver=4.4.50 +pkgrel=1 pkgdesc='Utility to take a screenshot using imlib2' arch=('i686' 'x86_64') url='https://github.com/naelstrof/maim' license=('GPL3') -depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr') -makedepends=('cmake') -optdepends=('slop: region selection support') +depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 'libxext' 'libxfixes' 'libxrandr' 'slop') +makedepends=('cmake' 'glm') source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz") -md5sums=('5eab9c6fe147c7c3ff246fa764e7c2d1') +md5sums=('b6703d776c3572096f3191b0419ad732') build() { cd "$pkgname-$pkgver"
