Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / yad
Commits:
7a334d17 by Christian Hesse at 2024-06-21T14:20:27+02:00
upgpkg: 14.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = yad
pkgdesc = A fork of zenity - display graphical dialogs from shell
scripts or command line
- pkgver = 13.0
- pkgrel = 2
+ pkgver = 14.0
+ pkgrel = 1
url = https://github.com/v1cont/yad
arch = x86_64
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = yad
depends = webkit2gtk-4.1
depends = gtksourceview3
depends = gspell
- source =
https://github.com/v1cont/yad/releases/download/v13.0/yad-13.0.tar.xz
- sha256sums =
194198c4a58e20ceffd9a3206633c3726d962d7d4219edb77aeb748897403e34
+ source =
https://github.com/v1cont/yad/releases/download/v14.0/yad-14.0.tar.xz
+ sha256sums =
2829681f0a9ebd07b7f651c6266d5bf6199235ef027c4936a76988e0471f8e1d
pkgname = yad
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Ernia <[email protected]>
pkgname=yad
-pkgver=13.0
-pkgrel=2
+pkgver=14.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')
@@ -14,7 +14,7 @@ license=('GPL3')
depends=('gtk3' 'webkit2gtk-4.1' 'gtksourceview3' 'gspell')
makedepends=('autoconf' 'automake' 'intltool')
source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('194198c4a58e20ceffd9a3206633c3726d962d7d4219edb77aeb748897403e34')
+sha256sums=('2829681f0a9ebd07b7f651c6266d5bf6199235ef027c4936a76988e0471f8e1d')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yad/-/commit/7a334d176235ff4d9e29cdd01c94327a5600dc3f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yad/-/commit/7a334d176235ff4d9e29cdd01c94327a5600dc3f
You're receiving this email because of your account on gitlab.archlinux.org.