diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-07-21 22:18:47 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-07-21 22:19:41 +1000 |
commit | 71b913671c762eb6f56800df886a4ca384c7327e (patch) | |
tree | 18017b0940df18057c6cf03db649eb59771081a9 /scrot | |
parent | 0295f212bfcf9dd0e4d9c4090ea1b08ce15c051b (diff) | |
download | contrib-71b913671c762eb6f56800df886a4ca384c7327e.tar.gz contrib-71b913671c762eb6f56800df886a4ca384c7327e.tar.xz |
[notify] scrot: 1.3 -> 1.4 new dependency xorg-libxcomposite
Diffstat (limited to 'scrot')
-rw-r--r-- | scrot/.signature | 6 | ||||
-rw-r--r-- | scrot/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scrot/.signature b/scrot/.signature index 427b99b6d..1c57fcfe6 100644 --- a/scrot/.signature +++ b/scrot/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38S3bhLbSINM+BpnVgEuYq8S+alPwoB+duPuJI2d4n0WVL6icbs0MZMDcn5C4sGwT2TWNXGi8oAQmYY22QRfaQc= -SHA256 (Pkgfile) = 3e3b23b52eeccb1bcd806936a91f2d8bbaf86c1a5df979497c011a6bae931520 +RWSagIOpLGJF3w/nedUY/5m0KcsqTVGNVMGL6uFxP6nHccrIb4SKTJX6oN0kYmBBBF3lhGSPS/Urffescc2oJdvocs1gq6KYCwg= +SHA256 (Pkgfile) = f3bf78e56e950479f7d78274ca33d75a047e05fc4bd5cd8f102ecaf268f0cb13 SHA256 (.footprint) = 4043d00c86d02ab444547ccb9633bddfbe2bbad286f7676a24822fcda3cd5c0e -SHA256 (scrot-1.3.tar.gz) = b9bfcc01a3021bd53864b3c7b5f7b1b11b3e430be15ce97332431c48003d64ac +SHA256 (scrot-1.4.tar.gz) = e19eec69bcdc249917c452270e1c8f28188003b052c352e25999b281cb03510c diff --git a/scrot/Pkgfile b/scrot/Pkgfile index e007c7678..c8501f8d9 100644 --- a/scrot/Pkgfile +++ b/scrot/Pkgfile @@ -1,10 +1,10 @@ # 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 +# Depends on: autoconf-archive giblib xorg-libxcursor xorg-libxcomposite name=scrot -version=1.3 +version=1.4 release=1 source=(https://github.com/resurrecting-open-source-projects/scrot/archive/$version/$name-$version.tar.gz) |