Date: Tuesday, January 10, 2023 @ 03:32:32 Author: blakkheim Revision: 1382304
upgpkg: scrot 1.8-1 Modified: scrot/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-10 03:22:23 UTC (rev 1382303) +++ PKGBUILD 2023-01-10 03:32:32 UTC (rev 1382304) @@ -5,17 +5,17 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=scrot -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc='Simple command-line screenshot utility for X' url='https://github.com/resurrecting-open-source-projects/scrot' arch=('x86_64') license=('MIT') -depends=('imlib2' 'libxext' 'libxfixes' 'libxcomposite' 'libbsd') +depends=('imlib2' 'libxext' 'libxinerama' 'libxfixes' 'libxcomposite' 'libbsd') makedepends=('autoconf-archive') source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('9f9a29b69e9c216bad7c6028fe0043b2729393a716dccc1389665cf1e9496a6f1d370b97a7c8432b31af7d69477b4fc1d41dffd4ca2a78a49bb98e908975612f') -b2sums=('60105771994f2005983a887486c4025d1f99ebc7cfb0b1cf2b9389298561efc430e445151eeb9ff783627f540a456d335947a979a549d09729d36de1293c83e4') +sha512sums=('5d2858a70065b717b0ddb91af731c8dcc38293e0c6ad27398e12fcfd5d64135547d924d3aac3dc1be8abed0d876a0899eb361332fd3154cc11052ec3c603cf1c') +b2sums=('10a8180b3f3b02800e193a46a17cbd2ce17bbf070f8753d5d00c29249c6845c774d5afd927e7f7b8aee5231e21074929f54c186902da0d64ed6c8615ed38608f') prepare(){ cd ${pkgname}-${pkgver}
