[arch-commits] Commit in yad/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed May 5 08:21:52 UTC 2021
Date: Wednesday, May 5, 2021 @ 08:21:51
Author: eworm
Revision: 927432
upgpkg: yad 10.1-1: new upstream release
... also update dependencies.
Modified:
yad/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-05 07:52:19 UTC (rev 927431)
+++ PKGBUILD 2021-05-05 08:21:51 UTC (rev 927432)
@@ -5,16 +5,16 @@
# Contributor: Ernia <monghitri at aruba.it>
pkgname=yad
-pkgver=10.0
+pkgver=10.1
pkgrel=1
pkgdesc='A fork of zenity - display graphical dialogs from shell scripts or command line'
url='https://github.com/v1cont/yad'
arch=('x86_64')
license=('GPL3')
-depends=('gtk3' 'webkit2gtk' 'gtkspell3')
+depends=('gtk3' 'webkit2gtk' 'gtksourceview3' 'gspell')
makedepends=('autoconf' 'automake' 'intltool')
source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('51cac8d8934ddb5e643378c81ca908bb888c0aabd3c32465604ff457148c3a1b')
+sha256sums=('742a5bd55de4b249eee6780bddeccb05c7ff4b158fd9743808f7d280219fd3ab')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list