summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-11-01 23:14:22 -0400
committerTed Alff2022-11-01 23:14:22 -0400
commit5e52bcb24636cf01ac8ba61e322e6d3ca7c8fe9a (patch)
tree07af679ab2e1d7305e0c6190716c828c89999be8
parentaeec44330a93b949de44418d30588e8b598d2e34 (diff)
downloadaur-5e52bcb24636cf01ac8ba61e322e6d3ca7c8fe9a.tar.gz
Version bump 4.17.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e51e47c08f1..978b78d118a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-devel
pkgdesc = File manager for Xfce (development version)
- pkgver = 4.17.10
+ pkgver = 4.17.11
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
@@ -29,9 +29,9 @@ pkgbase = thunar-devel
optdepends = thunar-volman: manages removable devices
optdepends = thunar-archive-plugin: create and deflate archives
optdepends = thunar-media-tags-plugin: view/edit id3/ogg tags
- provides = thunar=4.17.10
+ provides = thunar=4.17.11
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.10.tar.bz2
- sha256sums = d664b24018e3a67bc0d06dab384d3e2ac9f3df84aa59e66a5ab1028e97ec0b0c
+ source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.11.tar.bz2
+ sha256sums = 262c33965ffa38053314ae4d6494d9cfae3937e013d9e2dffb371188fa8fcb20
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index 320672dafc68..bec94cddfe78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.17.10
+pkgver=4.17.11
pkgrel=1
pkgdesc='File manager for Xfce (development version)'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -13,15 +13,15 @@ depends=('desktop-file-utils' 'exo>=4.17.0' 'gtk3' 'hicolor-icon-theme' 'libgude
'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.17.6' 'libxfce4util>=4.17.2')
makedepends=('intltool' 'xfce4-panel' 'gtk-doc' 'gobject-introspection') # 'xfce4-dev-tools')
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: create and deflate archives'
- 'thunar-media-tags-plugin: view/edit id3/ogg tags')
+ 'xfce4-panel: trash applet'
+ 'tumbler: for thumbnail previews'
+ 'thunar-volman: manages removable devices'
+ 'thunar-archive-plugin: create and deflate archives'
+ 'thunar-media-tags-plugin: view/edit id3/ogg tags')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('d664b24018e3a67bc0d06dab384d3e2ac9f3df84aa59e66a5ab1028e97ec0b0c')
+sha256sums=('262c33965ffa38053314ae4d6494d9cfae3937e013d9e2dffb371188fa8fcb20')
build() {
cd "${_pkgname}-${pkgver}"