diff options
Diffstat (limited to 'extra/thunar-volman/PKGBUILD')
-rw-r--r-- | extra/thunar-volman/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/thunar-volman/PKGBUILD b/extra/thunar-volman/PKGBUILD index 7d95b21f2..cefc46634 100644 --- a/extra/thunar-volman/PKGBUILD +++ b/extra/thunar-volman/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 154456 2012-03-28 18:51:17Z foutrelis $ +# $Id: PKGBUILD 157833 2012-04-30 04:19:55Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=thunar-volman -pkgver=0.6.1 +pkgver=0.8.0 pkgrel=1 pkgdesc="Automatic management of removeable devices in Thunar" arch=('i686' 'x86_64') url="http://foo-projects.org/~benny/projects/thunar-volman" license=('GPL2') -groups=('xfce4-goodies') +groups=('xfce4') depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme') makedepends=('intltool') options=('!libtool') install=$pkgname.install -source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2) -sha256sums=('04918a9ccd576e7b19dae37af50ffe6de6f79ed66bf305c26dfe81c1ff652b27') +source=(http://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) +sha256sums=('ff0887c862b578580d05f4cd7db66081382ff143f9cc7ea3c9ba58cf5d02bceb') build() { cd "$srcdir/$pkgname-$pkgver" |