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

Jan Steffens heftig at gemini.archlinux.org
Tue Feb 15 22:54:15 UTC 2022


    Date: Tuesday, February 15, 2022 @ 22:54:14
  Author: heftig
Revision: 437429

3.42.5-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 22:29:18 UTC (rev 437428)
+++ PKGBUILD	2022-02-15 22:54:14 UTC (rev 437429)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gpaste
-pkgver=3.42.2
-pkgrel=2
+pkgver=3.42.5
+pkgrel=1
 pkgdesc="Clipboard management system"
 url="https://www.imagination-land.org/tags/GPaste.html"
 license=(BSD)
@@ -11,20 +11,17 @@
 makedepends=(vala appstream-glib gobject-introspection gnome-shell
              gnome-control-center git meson)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=84592d5c53d7c578b5f6a4444f72fa890f321f1c  # tags/v3.42.2^0
+_commit=25e3d439215482bc51b4c483675037e185f692e4  # tags/v3.42.5^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd gpaste
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd gpaste
-
-  # https://bugs.archlinux.org/task/72849
-  sed -i '3s/3\.42\.1/3.42.2/' meson.build
 }
 
 build() {



More information about the arch-commits mailing list