summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-09-13 15:08:56 -0400
committerTed Alff2021-09-13 15:08:56 -0400
commit10fd5e4f420c8a6288beb6c02ded76793a2edef6 (patch)
treed951b536cac572f64492cc18ab84e31228195199
parentd33858807e60fa9c944e7db4a18a46329ed7c7d0 (diff)
downloadaur-10fd5e4f420c8a6288beb6c02ded76793a2edef6.tar.gz
Version bump 4.17.5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df32b0d8f97..7166c27191fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunar-devel
pkgdesc = File manager for Xfce (development version)
- pkgver = 4.17.4
- pkgrel = 2
+ pkgver = 4.17.5
+ pkgrel = 1
url = https://thunar.xfce.org
arch = i686
arch = x86_64
@@ -22,16 +22,16 @@ pkgbase = thunar-devel
depends = libnotify
depends = libpng
depends = libxfce4ui>=4.17.0
- depends = libxfce4util>=4.17.0
+ depends = libxfce4util>=4.17.1
optdepends = gvfs: trash support, mounting with udisks, and remote filesystems
optdepends = xfce4-panel: trash applet
optdepends = tumbler: for thumbnail previews
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.4
+ provides = thunar=4.17.5
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.4.tar.bz2
- sha256sums = 0a67df86b0fde3cd91bdf08048247e0b3a9d671b9a8c9b52cdbde84ce7b4ce9b
+ source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.5.tar.bz2
+ sha256sums = 5100f27124b63d9f3d2bbcc7e310424ddda1ff5c7b9395211e17ca839079eed1
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index 85f0a6898f0d..fd6993c2dbd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.17.4
-pkgrel=2
+pkgver=4.17.5
+pkgrel=1
pkgdesc='File manager for Xfce (development version)'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('GPL')
groups=('xfce4-devel')
url='https://thunar.xfce.org'
depends=('desktop-file-utils' 'exo>=4.17.0' 'gtk3' 'hicolor-icon-theme' 'libgudev'
- 'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.17.0' 'libxfce4util>=4.17.0')
+ 'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.17.0' 'libxfce4util>=4.17.1')
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'
@@ -21,7 +21,7 @@ optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('0a67df86b0fde3cd91bdf08048247e0b3a9d671b9a8c9b52cdbde84ce7b4ce9b')
+sha256sums=('5100f27124b63d9f3d2bbcc7e310424ddda1ff5c7b9395211e17ca839079eed1')
build() {
cd "${_pkgname}-${pkgver}"