Date: Monday, April 11, 2022 @ 07:31:48 Author: eworm Revision: 1185819
upgpkg: yad 11.1-1: new upstream release Modified: yad/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-11 07:31:47 UTC (rev 1185818) +++ PKGBUILD 2022-04-11 07:31:48 UTC (rev 1185819) @@ -5,7 +5,7 @@ # Contributor: Ernia <monghi...@aruba.it> pkgname=yad -pkgver=11.0 +pkgver=11.1 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' 'gtksourceview3' 'gspell') makedepends=('autoconf' 'automake' 'intltool') source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('af20b5a7120ba303ca8845db62c9a7410ae5b5224a3eb3563cd70774a745b9f2') +sha256sums=('ca61d422d6d464d7f473d1e5bd14d3ca05d311ef203f1c67bbea7c23bf0eae2f') build() { cd "${srcdir}/${pkgname}-${pkgver}"