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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:44:36 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:44:35
  Author: heftig
Revision: 441371

42beta+r9+gc66d8c3-1

Modified:
  gnome-tweaks/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 23:37:58 UTC (rev 441370)
+++ PKGBUILD	2022-04-02 23:44:35 UTC (rev 441371)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-tweaks
-pkgver=40.10
+pkgver=42beta+r9+gc66d8c3
 pkgrel=1
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks"
@@ -10,17 +10,17 @@
 license=(GPL)
 depends=(gnome-settings-daemon python-gobject libhandy)
 makedepends=(git meson)
-groups=(gnome-extra)
 provides=("gnome-tweak-tool=$pkgver")
 conflicts=(gnome-tweak-tool)
 replaces=(gnome-tweak-tool)
-_commit=e434c2857b3805c7d41229836ef2d24d445409a6  # tags/40.10^0
+groups=(gnome-extra)
+_commit=c66d8c33108a21af81df6f84c0c9afe73d3ab3f5  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list