Date: Saturday, February 25, 2017 @ 09:47:04 Author: lfleischer Revision: 213746
upgpkg: slop 5.3.28-1 Upstream update. Modified: slop/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 08:19:14 UTC (rev 213745) +++ PKGBUILD 2017-02-25 09:47:04 UTC (rev 213746) @@ -3,16 +3,16 @@ # Contributor: naelstrof <[email protected]> pkgname=slop -pkgver=4.3.21 -pkgrel=2 +pkgver=5.3.28 +pkgrel=1 pkgdesc='Utility to query the user for a selection and print the region to stdout' arch=('i686' 'x86_64') url='https://github.com/naelstrof/slop' license=('GPL3') -depends=('libxext' 'libx11' 'imlib2' 'mesa' 'glew' 'libxrandr') +depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender') makedepends=('cmake' 'glm') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz") -md5sums=('14feae4eed73470bf843c6d65dbb4dff') +md5sums=('0316c3858b76c6a1a6bd20083f14fcd7') build() { cd "$pkgname-$pkgver"
