Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / aisleriot
Commits: 80a71f5a by Jan Alexander Steffens (heftig) at 2023-12-06T20:33:05+01:00 3.22.30-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = aisleriot + pkgdesc = A collection of patience games written in guile scheme + pkgver = 3.22.30 + pkgrel = 1 + url = https://wiki.gnome.org/Apps/Aisleriot + arch = x86_64 + license = GPL + makedepends = appstream-glib + makedepends = git + makedepends = meson + makedepends = yelp-tools + depends = dconf + depends = gtk3 + depends = guile + depends = libcanberra + depends = librsvg + optdepends = pysolfc-cardsets: PySol card sets + optdepends = pysolfc: PySol card sets + options = debug + options = !lto + source = git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=40c064e3488a131b5f21e36e7657728b639f4d38 + b2sums = SKIP + +pkgname = aisleriot ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=aisleriot -pkgver=3.22.29 +pkgver=3.22.30 pkgrel=1 pkgdesc="A collection of patience games written in guile scheme" url="https://wiki.gnome.org/Apps/Aisleriot" @@ -30,7 +30,7 @@ options=( # https://gitlab.gnome.org/GNOME/aisleriot/-/commit/ca27295085473111564b6674059351a0b6f170c1 !lto ) -_commit=f890ac3bc6eb60553787dd257034fb40498b0693 # tags/3.22.29^0 +_commit=40c064e3488a131b5f21e36e7657728b639f4d38 # tags/3.22.30^0 source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aisleriot/-/commit/80a71f5aebe7616b795e6bad118ac95bcbf32c36 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aisleriot/-/commit/80a71f5aebe7616b795e6bad118ac95bcbf32c36 You're receiving this email because of your account on gitlab.archlinux.org.
