[arch-commits] Commit in slop/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Mon Jul 13 08:04:53 UTC 2015


    Date: Monday, July 13, 2015 @ 10:04:52
  Author: lfleischer
Revision: 136755

upgpkg: slop 4.2.18-1

Upstream update.

Modified:
  slop/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-13 07:51:54 UTC (rev 136754)
+++ PKGBUILD	2015-07-13 08:04:52 UTC (rev 136755)
@@ -1,17 +1,18 @@
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: naelstrof <naelstrof at gmail.com>
 
 pkgname=slop
-pkgver=4.1.16
+pkgver=4.2.18
 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' 'gcc-libs')
-makedepends=('cmake')
+depends=('libxext' 'libx11' 'imlib2' 'mesa' 'glew' 'libxrandr')
+makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
-md5sums=('23880ebc13e912164040c28ae402082c')
+md5sums=('12782cf3b24c4801be4d4eda1a05e989')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list