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

Jan Steffens heftig at gemini.archlinux.org
Mon Jul 18 18:43:21 UTC 2022


    Date: Monday, July 18, 2022 @ 18:43:21
  Author: heftig
Revision: 451433

3.2.12-1

Modified:
  gmime3/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 18:41:41 UTC (rev 451432)
+++ PKGBUILD	2022-07-18 18:43:21 UTC (rev 451433)
@@ -1,23 +1,25 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gmime3
-pkgver=3.2.7
+pkgver=3.2.12
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools"
+url="https://github.com/jstedfast/gmime"
 arch=(x86_64)
 license=(GPL)
-url="https://github.com/jstedfast/gmime"
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
 provides=(libgmime-3.0.so)
-_commit=9749a44bae4bacbb59c06d9a62e5e87cb8be3081  # tags/3.2.7^0
+options=(debug)
+_commit=41de5940ac1c0877fac2c15a3808e2346559cb98  # tags/3.2.12^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd gmime
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list