Date: Tuesday, March 24, 2020 @ 19:31:29 Author: heftig Revision: 378446
3.36.2-1 Modified: gpaste/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-24 18:04:36 UTC (rev 378445) +++ PKGBUILD 2020-03-24 19:31:29 UTC (rev 378446) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gpaste -pkgver=3.36.0 +pkgver=3.36.2 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=f59487f4f08aa6f3d2b771173e5474a6dcf63450 # tags/v3.36.0^0 +_commit=3224441e260f81112544fcc90609b5da6843ba40 # gpaste-3.36 source=("git+https://github.com/keruspe/gpaste#commit=$_commit") sha256sums=('SKIP') @@ -22,6 +22,7 @@ prepare() { cd $pkgname + git tag -f v3.36.2 3224441e260f81112544fcc90609b5da6843ba40 # fixup tag } build() {
