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

Jan Steffens heftig at nymeria.archlinux.org
Sun Mar 2 15:59:02 UTC 2014


    Date: Sunday, March 2, 2014 @ 16:59:02
  Author: heftig
Revision: 206587

p11-kit dep went missing

Modified:
  gcr/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-02 12:55:51 UTC (rev 206586)
+++ PKGBUILD	2014-03-02 15:59:02 UTC (rev 206587)
@@ -3,12 +3,13 @@
 
 pkgname=gcr
 pkgver=3.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for bits of crypto UI and parsing"
 arch=(i686 x86_64)
 url="http://www.gnome.org"
 license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
+         'p11-kit')
 makedepends=('intltool' 'gobject-introspection' 'python' 'vala')
 install=gcr.install
 source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz




More information about the arch-commits mailing list