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

Jan Steffens heftig at archlinux.org
Thu Oct 3 16:23:39 UTC 2019


    Date: Thursday, October 3, 2019 @ 16:23:39
  Author: heftig
Revision: 363703

3.2.4-1

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-03 16:20:40 UTC (rev 363702)
+++ PKGBUILD	2019-10-03 16:23:39 UTC (rev 363703)
@@ -2,8 +2,8 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gmime3
-pkgver=3.2.3
-pkgrel=3
+pkgver=3.2.4
+pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools"
 arch=(x86_64)
 license=(GPL)
@@ -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=01be60574ccf95b9fe971a586292a275af8e2c8b  # tags/3.2.3^0
+_commit=2bc7717628a7bfb03f0e9a675c09b5be3daa083b  # tags/3.2.4^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,15 +26,12 @@
 
 build() {
   cd gmime
-
   ./configure --prefix=/usr \
     --program-prefix=$pkgname \
     --enable-gtk-doc \
     --enable-smime \
     --disable-static
-
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
 }
 



More information about the arch-commits mailing list