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

Jan Steffens heftig at archlinux.org
Fri Nov 24 11:04:26 UTC 2017


    Date: Friday, November 24, 2017 @ 11:04:26
  Author: heftig
Revision: 310777

3.0.4-1

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-24 10:48:04 UTC (rev 310776)
+++ PKGBUILD	2017-11-24 11:04:26 UTC (rev 310777)
@@ -3,16 +3,16 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gmime3
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
-pkgdesc="Glorious MIME Utility Library"
+pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools"
 arch=(x86_64)
 license=(GPL)
-url="http://spruce.sourceforge.net/gmime/"
+url="https://github.com/jstedfast/gmime"
 depends=(glib2 gpgme zlib)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=a35070fb41df57dfc98d9c0e2e687cbb9851bca9  # master
-source=("git+https://git.gnome.org/browse/gmime#commit=$_commit")
+_commit=a2ccb7b8d0f9e3a772139b8d2371e47e2c352a04  # tags/3.0.4^0
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -22,7 +22,6 @@
 
 prepare() {
   cd gmime
-  git tag -f 3.0.3 a35070fb41df57dfc98d9c0e2e687cbb9851bca9
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list