Date: Friday, November 15, 2019 @ 21:42:21 Author: heftig Revision: 368945
3.2.5-1 Modified: gmime3/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-15 21:42:16 UTC (rev 368944) +++ PKGBUILD 2019-11-15 21:42:21 UTC (rev 368945) @@ -2,7 +2,7 @@ # Contributor: Ben <[email protected]> pkgname=gmime3 -pkgver=3.2.4 +pkgver=3.2.5 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,7 @@ url="https://github.com/jstedfast/gmime" depends=(glib2 gpgme zlib libidn2) makedepends=(gobject-introspection gtk-doc git vala docbook-utils) -_commit=2bc7717628a7bfb03f0e9a675c09b5be3daa083b # tags/3.2.4^0 +_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1 # master source=("git+https://github.com/jstedfast/gmime#commit=$_commit") sha256sums=('SKIP') @@ -21,6 +21,7 @@ prepare() { cd gmime + git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1 # Fixup missing tag NOCONFIGURE=1 ./autogen.sh }
