diff options
Diffstat (limited to 'extra/gnome-keyring-sharp/PKGBUILD')
-rw-r--r-- | extra/gnome-keyring-sharp/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/gnome-keyring-sharp/PKGBUILD b/extra/gnome-keyring-sharp/PKGBUILD index 734c0e2fe..37bd25238 100644 --- a/extra/gnome-keyring-sharp/PKGBUILD +++ b/extra/gnome-keyring-sharp/PKGBUILD @@ -1,14 +1,13 @@ -# $Id: PKGBUILD 150836 2012-02-23 12:21:20Z ibiru $ +# $Id: PKGBUILD 156470 2012-04-18 17:42:37Z daniel $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-keyring-sharp pkgver=1.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="A fully managed implementation of libgnome-keyring" arch=('i686' 'x86_64') url="http://www.mono-project.com/Libraries" license=('custom') -depends=('ndesk-dbus>=0.4' 'libgnome-keyring') -makedepends=('gtk-sharp-2') +depends=('libgnome-keyring' 'gtk-sharp-2') source=(http://www.go-mono.com/archive/${pkgname}/${pkgname}-${pkgver}.tar.gz) options=('!makeflags' '!libtool') md5sums=('f9a48319f3fe6123017b000d714d68b1') |