summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-12-30 13:55:41 -0500
committerTed Alff2023-12-30 13:55:41 -0500
commitf23c2ffe5fad97e7f35684e353e62aa2c800326d (patch)
treefd00d0e5bb0d703ee16f6daeb1ab0c079bfee33a
parentc94e311c1dc6a131318c385d161f52050e8926e4 (diff)
downloadaur-f23c2ffe5fad97e7f35684e353e62aa2c800326d.tar.gz
Version bump 4.19.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c2de4dd689b..740340edadd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-devel
pkgdesc = File manager for Xfce (development version)
- pkgver = 4.19.0
+ pkgver = 4.19.1
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
@@ -13,7 +13,7 @@ pkgbase = thunar-devel
makedepends = gtk-doc
makedepends = gobject-introspection
depends = desktop-file-utils
- depends = exo
+ depends = exo>=4.19.0
depends = gtk3
depends = hicolor-icon-theme
depends = libgudev
@@ -29,9 +29,9 @@ pkgbase = thunar-devel
optdepends = thunar-archive-plugin: create and deflate archives
optdepends = thunar-media-tags-plugin: view/edit id3/ogg tags
optdepends = catfish: file search
- provides = thunar=4.19.0
+ provides = thunar=4.19.1
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.0.tar.bz2
- sha256sums = 684f1422c4d92b00db477ecaa2a0ed38ce688e2a567e5d70b7cf66fc6dd6fd18
+ source = https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.1.tar.bz2
+ sha256sums = 2a5705d91d00a40fced036e185fcc40cae93c4e64ad2507047a6d36c93ad6df2
pkgname = thunar-devel
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}"