Date: Saturday, January 21, 2017 @ 22:47:58 Author: heftig Revision: 287113
2.6.23-1 Modified: gmime/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-21 22:18:52 UTC (rev 287112) +++ PKGBUILD 2017-01-21 22:47:58 UTC (rev 287113) @@ -3,7 +3,7 @@ # Contributor: Ben <[email protected]> pkgname=gmime -pkgver=2.6.22 +pkgver=2.6.23 pkgrel=1 pkgdesc="Glorious MIME Utility Library" arch=(i686 x86_64) @@ -11,7 +11,7 @@ url="http://spruce.sourceforge.net/gmime/" depends=(glib2 gpgme zlib) makedepends=(gtk-sharp-2 gobject-introspection gtk-doc git vala docbook-utils) -_commit=f0cdd82ebdc6c9daf6725ce10a7a97d5e15ea848 # tags/2.6.22^0 +_commit=2e404fd8aad343aff427df02680c0c1ca39c1cfe # master source=("git+https://git.gnome.org/browse/gmime#commit=$_commit") sha256sums=('SKIP') @@ -22,6 +22,8 @@ prepare() { cd $pkgname + # Fixup tags for pkgver() + git tag -f 2.6.23 2e404fd8aad343aff427df02680c0c1ca39c1cfe NOCONFIGURE=1 ./autogen.sh }
