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

Jan Steffens heftig at archlinux.org
Sun Sep 27 17:10:12 UTC 2020


    Date: Sunday, September 27, 2020 @ 17:10:12
  Author: heftig
Revision: 396786

3.38.0-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 17:09:48 UTC (rev 396785)
+++ PKGBUILD	2020-09-27 17:10:12 UTC (rev 396786)
@@ -1,7 +1,7 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gpaste
-pkgver=3.36.3
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="https://www.imagination-land.org/tags/GPaste.html"
@@ -11,7 +11,7 @@
 makedepends=(vala appstream-glib gobject-introspection gnome-shell
              gnome-control-center git meson)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=73838e7f3ddb068dc988225787636816925f8cb5  # tags/v3.36.3^0
+_commit=421df163626bec9884bc8991b542f32d9bb26e59  # tags/v3.38.0^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,12 +22,11 @@
 
 prepare() {
   cd $pkgname
-  git tag -f v3.36.2 3224441e260f81112544fcc90609b5da6843ba40  # fixup tag
 }
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list