[arch-commits] Commit in gnome-tweaks/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Mar 5 12:57:18 UTC 2022


    Date: Saturday, March 5, 2022 @ 12:57:18
  Author: heftig
Revision: 438969

40.10-1

Modified:
  gnome-tweaks/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-05 12:56:14 UTC (rev 438968)
+++ PKGBUILD	2022-03-05 12:57:18 UTC (rev 438969)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-tweaks
-pkgver=40.0
-pkgrel=2
+pkgver=40.10
+pkgrel=1
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks"
 arch=(any)
@@ -14,13 +14,13 @@
 provides=("gnome-tweak-tool=$pkgver")
 conflicts=(gnome-tweak-tool)
 replaces=(gnome-tweak-tool)
-_commit=7a16849f498c8a57d525eb9184a8b0163e2ddcbb  # tags/40.0^0
+_commit=e434c2857b3805c7d41229836ef2d24d445409a6  # tags/40.10^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list