diff options
author | root <root@rshg047.dnsready.net> | 2011-05-21 22:46:28 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-21 22:46:28 +0000 |
commit | 0fdfc2325867395ad4262d06b2d89955ac3cf6a4 (patch) | |
tree | 41a1c990201f8425abd9c50018689c87cf6483aa /community/nautilus-actions/PKGBUILD | |
parent | 6cf70d41be9abf69b6d19fbb4ce665c76db3a6c6 (diff) |
Sat May 21 22:46:28 UTC 2011
Diffstat (limited to 'community/nautilus-actions/PKGBUILD')
-rw-r--r-- | community/nautilus-actions/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nautilus-actions/PKGBUILD b/community/nautilus-actions/PKGBUILD index 7e119f6a8..df7348d10 100644 --- a/community/nautilus-actions/PKGBUILD +++ b/community/nautilus-actions/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46806 2011-05-12 16:08:55Z ibiru $ +# $Id: PKGBUILD 47289 2011-05-20 18:44:43Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Tor Krill <tor@krill.nu> pkgname=nautilus-actions -pkgver=3.1.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="Configures programs to be launched when files are selected in Nautilus" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('intltool' 'gnome-doc-utils') install=nautilus-actions.install options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/3.1/$pkgname-$pkgver.tar.bz2) -sha256sums=('868c0f87cc80ee31074dcf4df736757655e396a9eafc19cd81b3dd05e4f940ac') +sha256sums=('d7cab5b1a75f4cbeb68e7d2bfe4834ee13890abf6cab9254326f871ee07c9924') build() { cd ${srcdir}/${pkgname}-${pkgver} |