summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2023-12-30 13:55:41 -0500
committerTed Alff2023-12-30 13:55:41 -0500
commitf23c2ffe5fad97e7f35684e353e62aa2c800326d (patch)
treefd00d0e5bb0d703ee16f6daeb1ab0c079bfee33a /PKGBUILD
parentc94e311c1dc6a131318c385d161f52050e8926e4 (diff)
downloadaur-f23c2ffe5fad97e7f35684e353e62aa2c800326d.tar.gz
Version bump 4.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6ab67ec99df..992f9e7d2c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.19.0
+pkgver=4.19.1
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' 'gtk3' 'hicolor-icon-theme' 'libgudev'
+depends=('desktop-file-utils' 'exo>=4.19.0' 'gtk3' 'hicolor-icon-theme' 'libgudev'
'libexif' 'libnotify' 'libpng' 'libxfce4ui' 'libxfce4util')
makedepends=('xfce4-panel' 'gtk-doc' 'gobject-introspection')
optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
@@ -22,7 +22,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=('684f1422c4d92b00db477ecaa2a0ed38ce688e2a567e5d70b7cf66fc6dd6fd18')
+sha256sums=('2a5705d91d00a40fced036e185fcc40cae93c4e64ad2507047a6d36c93ad6df2')
build() {
cd "${_pkgname}-${pkgver}"