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

Maxime Gauduin alucryd at archlinux.org
Tue Oct 6 12:28:51 UTC 2020


    Date: Tuesday, October 6, 2020 @ 12:28:51
  Author: alucryd
Revision: 719328

upgpkg: geary 1:3.38.1-1

Modified:
  geary/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-06 11:47:47 UTC (rev 719327)
+++ PKGBUILD	2020-10-06 12:28:51 UTC (rev 719328)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=geary
-pkgver=3.38.0.1
+pkgver=3.38.1
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -46,7 +46,7 @@
   vala
   yelp-tools
 )
-_tag=e3842f131f70e2c945c12d32972a21319835262d
+_tag=c8ca5eb1b4c9d69ceb02ce6f4b7da9abf2a91c24
 source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag})
 validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James Gratton <mike at vee.net>
 sha256sums=(SKIP)
@@ -53,7 +53,7 @@
 
 pkgver() {
   cd geary
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/^gnome-//g'
 }
 
 build() {



More information about the arch-commits mailing list