summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wyraz2022-09-29 22:49:15 +0200
committerMichael Wyraz2022-09-29 22:49:15 +0200
commit87dd54d8f84cf41c00adb4b2312e08f4792a4675 (patch)
tree1ec0ddfb5254b19dfd39f7aec4c2965b82ac9a71
parente112b1d506c11b1687837768914fe0aac0be15c1 (diff)
downloadaur-87dd54d8f84cf41c00adb4b2312e08f4792a4675.tar.gz
Version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aea787e8d0e1..e77bcbce659e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ arch=(x86_64)
license=(GPL LGPL)
makedepends=(libsecret libnotify libmm-glib gobject-introspection git gtk-doc meson libnma
libgudev)
-_commit=d274db150995ddc120963735963c98cd741add7d # tags/1.26.0^0
+_commit=c6738f174cebd39d39494e26d42ff9a59cca9f1b # tags/1.28.0^0
source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit")
sha256sums=('SKIP')
conflicts=(network-manager-applet)
@@ -24,7 +24,7 @@ replaces=(network-manager-applet)
pkgver() {
cd network-manager-applet
- git describe --tags | sed 's/-dev/dev/;s/-/+/g'
+ git describe --tags | sed 's/-dev/dev/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {