summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-07-07 18:15:32 -0400
committerTed Alff2021-07-07 18:15:32 -0400
commitfc721036499c8b85c39ae50adca9513c04f8e5ba (patch)
tree4216287d70f1bb98ca53ad40153313a526aad17b
parent6dfb95a5612a07e7e90427ccd4718ea7952554d1 (diff)
downloadaur-fc721036499c8b85c39ae50adca9513c04f8e5ba.tar.gz
Update dependency versions
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 591abffda33f..5255df89f345 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-git
pkgdesc = file manager for xfce
- pkgver = 4.15.1+57+g0eb5aa16
+ pkgver = 4.17.3+114+g02c2f28b
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
@@ -16,25 +16,24 @@ pkgbase = thunar-git
makedepends = xfce4-dev-tools
makedepends = git
depends = desktop-file-utils
- depends = exo
+ depends = exo>=4.17.0
depends = gtk3
depends = hicolor-icon-theme
depends = libgudev
depends = libexif
depends = libnotify
depends = libpng
- depends = libxfce4ui>=4.15.3
- depends = libxfce4util>=4.15.2
+ depends = libxfce4ui>=4.17.0
+ depends = libxfce4util>=4.17.0
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.15.1+57+g0eb5aa16
+ provides = thunar=4.17.3+114+g02c2f28b
conflicts = thunar
source = thunar::git+https://gitlab.xfce.org/xfce/thunar.git
sha256sums = SKIP
pkgname = thunar-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f83837db58f0..194a993a6cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@
_pkgname=thunar
pkgname=${_pkgname}-git
-pkgver=4.15.1+57+g0eb5aa16
+pkgver=4.17.3+114+g02c2f28b
pkgrel=1
pkgdesc='file manager for xfce'
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'
- 'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.15.3' 'libxfce4util>=4.15.2')
+depends=('desktop-file-utils' 'exo>=4.17.0' 'gtk3' 'hicolor-icon-theme' 'libgudev'
+ 'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.17.0' 'libxfce4util>=4.17.0')
makedepends=('intltool' 'xfce4-panel' 'gtk-doc' 'gobject-introspection' 'xfce4-dev-tools' 'git')
optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
'xfce4-panel: trash applet'