summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornaelstrof2017-09-13 13:01:34 -0600
committernaelstrof2017-09-13 13:01:34 -0600
commitb42c2158fdb357ab0c4a176ff739908dd7adc0b4 (patch)
tree5651359b89ab11e1b211fd20f1d66d2e364a15f8 /PKGBUILD
parentd75dffd6a38eeee3df2217b252f66a1be12e3868 (diff)
downloadaur-maim-git.tar.gz
now simply depends on slop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8389719b63ad..91b9547d34f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: naelstrof <naelstrof@gmail.com>
pkgname=maim-git
_realname=maim
-pkgver=v4.4.50.r0.g129bf5b
+pkgver=v5.4.68.r2.gf0c5de9
pkgrel=1
provides=( 'maim' )
conflicts=( 'maim' )
@@ -9,7 +9,7 @@ pkgdesc="maim (make image) makes an image out of the given area on the given X s
arch=( 'i686' 'x86_64' )
url="https://github.com/naelstrof/$_realname"
license=( 'GPL3' )
-depends=( 'slop-git' 'bzip2' 'freetype2' 'glibc' 'libpng' 'libjpeg-turbo' 'libx11' 'libxext' 'zlib' )
+depends=( 'slop' 'bzip2' 'freetype2' 'glibc' 'libpng' 'libjpeg-turbo' 'libx11' 'libxext' 'zlib' )
makedepends=( 'cmake' 'glm' )
source=( "maim::git+https://github.com/naelstrof/maim.git" )
md5sums=('SKIP')