summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaelstrof2015-08-24 16:21:48 -0600
committernaelstrof2015-08-24 16:21:48 -0600
commit5a8661fe1564bb0d79bad12cfdcbc0f04c53dd0d (patch)
tree440096874494a808bc8cd98e6678bc97d9443b5e
parent9708b5e55da0833f2816ecbcfb922e7717976fbf (diff)
downloadaur-5a8661fe1564bb0d79bad12cfdcbc0f04c53dd0d.tar.gz
Added glm dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca9eabc38e18..af03638b9a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: naelstrof <naelstrof@gmail.com>
pkgname=slop-git
_realname=slop
-pkgver=v4.1.16.r0.gf6e72a9
+pkgver=v4.2.19.r0.ga8f1e5c
pkgrel=1
conflicts=( 'slop' )
pkgdesc="slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout."
@@ -9,7 +9,7 @@ arch=( 'i686' 'x86_64' )
url="https://github.com/naelstrof/$_realname"
license=( 'GPL3' )
depends=( 'libxext' 'libx11' 'imlib2' 'mesa' 'glew' 'libxrender' )
-makedepends=( 'make' 'cmake' )
+makedepends=( 'make' 'cmake' 'glm' )
source=( "slop::git+https://github.com/naelstrof/slop.git" )
md5sums=('SKIP')