[arch-commits] Commit in gnome-screenshot/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Nov 13 23:23:25 UTC 2021
Date: Saturday, November 13, 2021 @ 23:23:25
Author: heftig
Revision: 428419
41.0-1
Modified:
gnome-screenshot/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-13 21:57:07 UTC (rev 428418)
+++ PKGBUILD 2021-11-13 23:23:25 UTC (rev 428419)
@@ -2,8 +2,8 @@
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=gnome-screenshot
-pkgver=40.0
-pkgrel=2
+pkgver=41.0
+pkgrel=1
pkgdesc="Take pictures of your screen"
url="https://gitlab.gnome.org/GNOME/gnome-screenshot"
arch=(x86_64)
@@ -11,13 +11,13 @@
depends=(gtk3 libhandy)
makedepends=(git meson appstream-glib)
groups=(gnome)
-_commit=250a23ad8dc9ed9d07d95c0fa53781b8bee8f49b # tags/40.0^0
+_commit=a867bea20ec621f42e8bd815311654cb687d6733 # tags/41.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-screenshot.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
@@ -34,7 +34,7 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
}
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:
More information about the arch-commits
mailing list