summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2022-04-02 22:27:10 -0400
committerTed Alff2022-04-02 22:27:10 -0400
commit6d596a8704f2c18aad548ea193a24d6f06f460cd (patch)
tree881c252bd63503bc290ca6f123dbc462bafa2db4 /PKGBUILD
parent1f11ded229b229bc611c400acb35b23640ff0c82 (diff)
downloadaur-6d596a8704f2c18aad548ea193a24d6f06f460cd.tar.gz
Version bump 4.17.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64c176b234b7..c7c5bcd80ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.17.7
+pkgver=4.17.8
pkgrel=1
pkgdesc='File manager for Xfce (development version)'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ 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.1')
+ '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'
@@ -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=('231d6245e627cc2f260ddd8574734607596db3acb69aac20be19d6f1ab8d4c03')
+sha256sums=('6f44a1632ee000c090d5dc7ca8ee20be9674dca79ca47c236ca083f070eeea10')
build() {
cd "${_pkgname}-${pkgver}"