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

Jan Steffens heftig at archlinux.org
Sun Feb 16 01:09:11 UTC 2020


    Date: Sunday, February 16, 2020 @ 01:09:11
  Author: heftig
Revision: 375658

3.2.6-1

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 01:08:02 UTC (rev 375657)
+++ PKGBUILD	2020-02-16 01:09:11 UTC (rev 375658)
@@ -2,7 +2,7 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gmime3
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -10,7 +10,8 @@
 url="https://github.com/jstedfast/gmime"
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1  # master
+provides=(libgmime-3.0.so)
+_commit=6546ed5e2935e5f99e99e0311ea6cec6d6101aaf  # tags/3.2.6^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,7 +22,6 @@
 
 prepare() {
   cd gmime
-  git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1  # Fixup missing tag
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list