Date: Wednesday, October 30, 2019 @ 20:54:53 Author: eworm Revision: 521002
upgpkg: yad 5.0-1 new upstream release Modified: yad/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-30 20:23:32 UTC (rev 521001) +++ PKGBUILD 2019-10-30 20:54:53 UTC (rev 521002) @@ -5,8 +5,8 @@ # Contributor: Ernia <[email protected]> pkgname=yad -pkgver=4.1 -pkgrel=2 +pkgver=5.0 +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') @@ -13,8 +13,8 @@ license=('GPL3') depends=('gtk3' 'webkit2gtk' 'gtkspell3') makedepends=('autoconf' 'automake' 'intltool') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha512sums=('440218a26f6c8d6d33cc016204e5101d3fe967e4e0d029160c5fcca588543ed76cfb1e39be92eb067ac292d27e144e4253a0526b83608ee7717288c27dce2005') +source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('6d7008f72c2b9b1fb71cdae4399f3e6af617bb1b2aeb1376af23e1a7a21997b7') build() { cd "${srcdir}/${pkgname}-${pkgver}"
