summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f8d33aa91c..69cda2c28b33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunar-devel
pkgdesc = file manager for xfce
- pkgver = 1.8.6
- pkgrel = 2
+ pkgver = 1.8.7
+ pkgrel = 1
url = https://thunar.xfce.org
install = thunar.install
arch = i686
@@ -26,13 +26,12 @@ pkgbase = thunar-devel
optdepends = xfce4-panel: trash applet
optdepends = tumbler: for thumbnail previews
optdepends = thunar-volman: manages removable devices
- optdepends = thunar-archive-plugin-git: create and deflate archives
- optdepends = thunar-media-tags-plugin-git: view/edit id3/ogg tags
- provides = thunar=1.8.6
- provides = libthunarx-3.so
+ optdepends = thunar-archive-plugin: create and deflate archives
+ optdepends = thunar-media-tags-plugin: view/edit id3/ogg tags
+ provides = thunar=1.8.7
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/1.8/Thunar-1.8.6.tar.bz2
- sha256sums = c0e5fb828e3d036941dfeb7ed7f9f2b17b729fc044c2bf7c4218c1c91b38ef2a
+ source = https://archive.xfce.org/src/xfce/thunar/1.8/Thunar-1.8.7.tar.bz2
+ sha256sums = 3e033af06751beee23e73cf16cbd97513d3c0adf358d8a42158af38a44b9d329
pkgname = thunar-devel
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}"