[arch-commits] Commit in gmime3/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Sep 19 11:45:26 UTC 2018
Date: Wednesday, September 19, 2018 @ 11:45:25
Author: arojas
Revision: 335008
Add missing libidn dependency
Modified:
gmime3/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-19 11:25:29 UTC (rev 335007)
+++ PKGBUILD 2018-09-19 11:45:25 UTC (rev 335008)
@@ -3,12 +3,12 @@
pkgname=gmime3
pkgver=3.2.0
-pkgrel=2
+pkgrel=3
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="https://github.com/jstedfast/gmime"
-depends=(glib2 gpgme zlib)
+depends=(glib2 gpgme zlib libidn)
makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
_commit=7bae7f1dddf5e017548841a9803f8b0f505caa9f # tags/3.2.0^0
source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
More information about the arch-commits
mailing list