summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2016-04-28 13:37:57 -0400
committerConnor Behan2016-04-28 13:37:57 -0400
commit34ba93b2931875227a3f70d6712e039a8d8832df (patch)
tree3ab6e402071df0315204af4fc733c8455448e645
parenteccb75b8dfba9a43c188559de5e01ffa852cb859 (diff)
downloadaur-34ba93b2931875227a3f70d6712e039a8d8832df.tar.gz
Update to 1.6.10-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--thunar.install14
3 files changed, 2 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f622a83d78..c50eeb8100d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
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 = 2
+ pkgrel = 3
url = http://thunar.xfce.org
- install = thunar.install
arch = i686
arch = x86_64
groups = xfce4
diff --git a/PKGBUILD b/PKGBUILD
index ba3667e174bc..23d4176c7e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=thunar-extended
pkgver=1.6.10
-pkgrel=2
+pkgrel=3
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')
@@ -22,7 +22,6 @@ optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems
'thunar-archive-plugin: create and deflate archives'
'thunar-media-tags-plugin: view/edit id3/ogg tags')
options=('!libtool')
-install=thunar.install
source=(http://archive.xfce.org/src/xfce/thunar/1.6/Thunar-${pkgver}.tar.bz2
notrash.patch
uca_num_files.patch
diff --git a/thunar.install b/thunar.install
deleted file mode 100644
index 28fdb48fb3ca..000000000000
--- a/thunar.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-