diff options
-rw-r--r-- | community/scrot/APKBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/community/scrot/APKBUILD b/community/scrot/APKBUILD index 9b2557cb84..44edfbc850 100644 --- a/community/scrot/APKBUILD +++ b/community/scrot/APKBUILD @@ -1,19 +1,17 @@ # Contributor: Ćukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=scrot -pkgver=0.9.1 +pkgver=1.2 pkgrel=0 pkgdesc="Simple command-line screenshot utility for X" options="!check" # No testsuite -url="https://tracker.debian.org/pkg/scrot" +url="https://github.com/resurrecting-open-source-projects/scrot" arch="all" license="MIT" subpackages="$pkgname-doc" -makedepends="giblib-dev imlib2-dev libx11-dev - automake libtool autoconf" -source="http://http.debian.net/debian/pool/main/s/$pkgname/${pkgname}_${pkgver%.*}.orig.tar.gz - http://http.debian.net/debian/pool/main/s/$pkgname/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.xz" -builddir="$srcdir/$pkgname-${pkgver%.*}" +makedepends="giblib-dev imlib2-dev libx11-dev libxfixes-dev libxcursor-dev + automake libtool autoconf autoconf-archive" +source="$pkgname-$pkgver.tar.gz::https://github.com/resurrecting-open-source-projects/scrot/archive/$pkgver.tar.gz" prepare() { default_prepare @@ -33,5 +31,4 @@ package() { make DESTDIR="$pkgdir" docsdir=/usr/share/doc/scrot install } -sha512sums="e449b951fcbe2124fe874e5516d397a2d7ebb99ec8fceeb30c55cbee2596dec39ef5dff9db9acf1ff2930bc3752d4c1c1fbe0a28bc284481676370f330046f7b scrot_0.9.orig.tar.gz -fbd33ae9b6c500b000baf01564d912ea05185651d9eac8e052c945aa7c03b11b550fbaafa0a655d499028e653b6517220f16a514613853e37cda8009b4b79db4 scrot_0.9-1.debian.tar.xz" +sha512sums="b89e7a94e6317fdb7bd260190c6d68a2dfefc08691b4574337afdfff84f55b8b9c955a6ac60642ae9749c1deaa16bee7b855fbd15833a95f602536693daf8c37 scrot-1.2.tar.gz" |