Date: Sunday, March 14, 2021 @ 19:29:11 Author: eworm Revision: 891287
upgpkg: yad 9.0-1: new upstream release Modified: yad/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-14 19:10:43 UTC (rev 891286) +++ PKGBUILD 2021-03-14 19:29:11 UTC (rev 891287) @@ -5,7 +5,7 @@ # Contributor: Ernia <[email protected]> pkgname=yad -pkgver=8.0 +pkgver=9.0 pkgrel=1 pkgdesc='A fork of zenity - display graphical dialogs from shell scripts or command line' url='https://github.com/v1cont/yad' @@ -14,7 +14,7 @@ depends=('gtk3' 'webkit2gtk' 'gtkspell3') makedepends=('autoconf' 'automake' 'intltool') source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('5c9538b7f242de715249e9f7d30108c0706d23219b5b1bb85cfead6ae77abff3') +sha256sums=('426f14156f1239f905d4ea4fd7fe59badaa7f6c524c1bc94ec0ef5682b07350f') build() { cd "${srcdir}/${pkgname}-${pkgver}"
