summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2016-12-05 04:39:06 -0500
committerConnor Behan2016-12-05 04:39:06 -0500
commitd1b5266cda6f94605b06ca349284de5b8fdb2ab5 (patch)
tree8cf937996ef928fccf34072327d221c5f8b06666
parent749400bd6cd4436ba56008eb2116bdf56f4ac493 (diff)
downloadaur-d1b5266cda6f94605b06ca349284de5b8fdb2ab5.tar.gz
Update to 1.6.10-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c735dc7b7166..e77292d30455 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunar-extended
pkgdesc = Thunar with split view, cursor audio preview and extra options for trash, desktop files and user actions
pkgver = 1.6.10
- pkgrel = 4
+ pkgrel = 5
url = http://thunar.xfce.org
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = thunar-extended
depends = libxfce4util
depends = libxfce4ui
depends = libpng
- depends = gstreamer0.10
+ depends = gstreamer
optdepends = gvfs: for trash support, mounting with udisk and remote filesystems
optdepends = gamin: for monitoring file changes without gvfs
optdepends = xfce4-panel: for trash applet
diff --git a/PKGBUILD b/PKGBUILD
index 39d30a8094e7..ef659e156704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=thunar-extended
pkgver=1.6.10
-pkgrel=4
+pkgrel=5
pkgdesc="Thunar with split view, cursor audio preview and extra options for trash, desktop files and user actions"
arch=(i686 x86_64)
license=('GPL2' 'LGPL2.1')
@@ -12,7 +12,7 @@ conflicts=('thunar')
replaces=('thunar')
provides=('thunar=1.6.10')
depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev' \
- 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng' 'gstreamer0.10')
+ 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng' 'gstreamer')
makedepends=('intltool' 'pkgconfig' 'xfce4-panel' 'xfce4-dev-tools')
optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems'
'gamin: for monitoring file changes without gvfs'