summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36974446902b..564d525a8734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maim-git
pkgdesc = maim (make image) makes an image out of the given area on the given X screen. Defaults to the whole screen.
- pkgver = v4.4.50.r0.g129bf5b
+ pkgver = v5.4.68.r2.gf0c5de9
pkgrel = 1
url = https://github.com/naelstrof/maim
arch = i686
@@ -8,7 +8,7 @@ pkgbase = maim-git
license = GPL3
makedepends = cmake
makedepends = glm
- depends = slop-git
+ depends = slop
depends = bzip2
depends = freetype2
depends = glibc
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')