diff options
author | Tim Biermann <tbier@posteo.de> | 2022-10-20 18:45:13 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-10-20 18:45:13 +0200 |
commit | d72657da8788a18e161c1edf6e71a184737114c7 (patch) | |
tree | b18440bfcba793b19adae253f63ddd4c0b30fac7 /scrot | |
parent | 4f0cd935263d92dfedefef8e4c1a20cf65e94d73 (diff) | |
download | contrib-d72657da8788a18e161c1edf6e71a184737114c7.tar.gz contrib-d72657da8788a18e161c1edf6e71a184737114c7.tar.xz |
scrot: 1.6 -> 1.7; new dependency: libbsd
Diffstat (limited to 'scrot')
-rw-r--r-- | scrot/.signature | 6 | ||||
-rw-r--r-- | scrot/Pkgfile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/scrot/.signature b/scrot/.signature index 45f577d67..c149af7cc 100644 --- a/scrot/.signature +++ b/scrot/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+pmZdH86V5Jq/io8R8boqsTlwHwmdW2iPb1bulm411Nfb2/cxUhCvbn/iJW7n3Lmp2ZldL2OJl2Mo+JrcaQUQk= -SHA256 (Pkgfile) = a0c02a286b45fa2ed942238f7f2aea32ebbc8119cad14cb54e6b392dff452050 +RWSagIOpLGJF354GhVkN0ijnc1The18IIwV3uc0FVuGdHE5viOzGipg40nCxrScVHjm2vjUjJUK1czuher8byA13ae9OOkrnsQ8= +SHA256 (Pkgfile) = fd6df79302b3ed86d088c71a2447b2008d2590464f4da153678e4cd8405f4d2b SHA256 (.footprint) = 4043d00c86d02ab444547ccb9633bddfbe2bbad286f7676a24822fcda3cd5c0e -SHA256 (scrot-1.6.tar.gz) = 5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050 +SHA256 (scrot-1.7.tar.gz) = e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b diff --git a/scrot/Pkgfile b/scrot/Pkgfile index 6c20f9ca1..9ea15a1a6 100644 --- a/scrot/Pkgfile +++ b/scrot/Pkgfile @@ -1,14 +1,15 @@ # Description: Commandline screen capture. # URL: https://github.com/resurrecting-open-source-projects/scrot # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: autoconf-archive giblib xorg-libxcursor xorg-libxcomposite +# Depends on: autoconf-archive giblib libbsd xorg-libxcomposite xorg-libxcursor name=scrot -version=1.6 +version=1.7 release=1 source=(https://github.com/resurrecting-open-source-projects/scrot/archive/$version/$name-$version.tar.gz) build() { + export PKG_CONFIG_PATH="/usr/opt/libbsd/lib/pkgconfig" cd $name-$version ./autogen.sh |