Date: Saturday, April 29, 2023 @ 00:52:48 Author: heftig Revision: 475364
15.0.4-1 Modified: gucharmap/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-29 00:49:58 UTC (rev 475363) +++ PKGBUILD 2023-04-29 00:52:48 UTC (rev 475364) @@ -2,7 +2,7 @@ # Contributor: Jan De Groot <[email protected]> pkgname=gucharmap -pkgver=15.0.2 +pkgver=15.0.4 pkgrel=1 pkgdesc="Gnome Unicode Charmap" url="https://wiki.gnome.org/Apps/Gucharmap" @@ -9,13 +9,22 @@ arch=(x86_64) license=(GPL3) depends=(gtk3) -makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson - unicode-character-database unzip vala) +makedepends=( + appdata-tools + git + gobject-introspection + gtk-doc + meson + unicode-character-database + unzip + vala + yelp-tools +) provides=(libgucharmap_2_90.so) options=(!lto) -_commit=0258b01b7311923dab623f3c53ee6012dd8b9bf0 # tags/15.0.2^0 +_commit=367f957574e7d7277839e7dfc3de6890937c4e2a # tags/15.0.4^0 source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd $pkgname
