[arch-commits] Commit in aisleriot/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Dec 11 21:11:52 UTC 2021
Date: Saturday, December 11, 2021 @ 21:11:52
Author: heftig
Revision: 431901
3.22.20-1
Modified:
aisleriot/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 21:11:39 UTC (rev 431900)
+++ PKGBUILD 2021-12-11 21:11:52 UTC (rev 431901)
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=aisleriot
-pkgver=3.22.14
+pkgver=3.22.20
pkgrel=1
pkgdesc="A collection of patience games written in guile scheme"
url="https://wiki.gnome.org/Apps/Aisleriot"
@@ -11,13 +11,13 @@
makedepends=(git meson yelp-tools appstream-glib)
optdepends=('pysolfc: PySol card sets'
'pysolfc-cardsets: PySol card sets')
-_commit=c8470e3f19798f11810275818a05f6a2a6e28f0c # tags/3.22.14^0
+_commit=54eb2fe24ad6f78009f008072da8b369a8d512b8 # tags/3.22.20^0
source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
@@ -37,7 +37,7 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
}
# vim:set sw=2 et:
More information about the arch-commits
mailing list