scrot: update to 1.6.
This commit is contained in:
parent
c25ab93f5b
commit
ab54e97983
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'scrot'
|
||||
pkgname=scrot
|
||||
version=1.5
|
||||
version=1.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_install_args="docsdir=/usr/share/doc/scrot"
|
||||
hostmakedepends="automake autoconf-archive"
|
||||
makedepends="libXcomposite-devel libXcursor-devel giblib-devel imlib2-devel"
|
||||
hostmakedepends="automake autoconf-archive pkg-config"
|
||||
makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
|
||||
short_desc="Simple command-line screenshot utility for X"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/resurrecting-open-source-projects/scrot"
|
||||
distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
|
||||
checksum=87afba3998aac097f13231f3b0452c21188bf4b5cc6ac0747693a1da1a0ae40f
|
||||
checksum=5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue