summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e21cbe579f8..c18b3938acf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=1.8.6
-pkgrel=2
+pkgver=1.8.7
+pkgrel=1
pkgdesc='file manager for xfce'
arch=('i686' 'x86_64')
license=('GPL')
@@ -16,13 +16,13 @@ optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
'xfce4-panel: trash applet'
'tumbler: for thumbnail previews'
'thunar-volman: manages removable devices'
- 'thunar-archive-plugin-git: create and deflate archives'
- 'thunar-media-tags-plugin-git: view/edit id3/ogg tags')
-provides=("${_pkgname}=${pkgver}" 'libthunarx-3.so')
+ 'thunar-archive-plugin: create and deflate archives'
+ 'thunar-media-tags-plugin: view/edit id3/ogg tags')
+provides=("${_pkgname}=${pkgver}") # 'libthunarx-3.so')
conflicts=("${_pkgname}")
install="${_pkgname}.install"
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname^}-${pkgver}.tar.bz2")
-sha256sums=('c0e5fb828e3d036941dfeb7ed7f9f2b17b729fc044c2bf7c4218c1c91b38ef2a')
+sha256sums=('3e033af06751beee23e73cf16cbd97513d3c0adf358d8a42158af38a44b9d329')
prepare() {
cd "${_pkgname^}-${pkgver}"