aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/scrot/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/scrot/APKBUILD b/community/scrot/APKBUILD
index 4509bfbd7fe..b469599f301 100644
--- a/community/scrot/APKBUILD
+++ b/community/scrot/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=scrot
-pkgver=1.3
+pkgver=1.4
pkgrel=0
pkgdesc="Simple command-line screenshot utility for X"
options="!check" # No testsuite
@@ -9,7 +9,7 @@ url="https://github.com/resurrecting-open-source-projects/scrot"
arch="all"
license="MIT"
subpackages="$pkgname-doc"
-makedepends="giblib-dev imlib2-dev libx11-dev libxfixes-dev libxcursor-dev
+makedepends="giblib-dev imlib2-dev libx11-dev libxfixes-dev libxcomposite-dev
automake libtool autoconf autoconf-archive"
source="$pkgname-$pkgver.tar.gz::https://github.com/resurrecting-open-source-projects/scrot/archive/$pkgver.tar.gz"
@@ -31,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" docsdir=/usr/share/doc/scrot install
}
-sha512sums="45828824701c7574676d0746d01f3dc8313ea91a272fa169b616765442e8842b67d8aa73f47009a66d34dd6b89a230fd9fb42bc598e88baae70fc45345c13a4c scrot-1.3.tar.gz"
+sha512sums="8423e7b2658f3e0ccf30f61e122016469226328adf8b1e511aeb031dd2655ae66582651e2d046c7c35d23efb98656369a02b59e711980481ddc4db24c299ee11 scrot-1.4.tar.gz"