summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-04-02 22:27:10 -0400
committerTed Alff2022-04-02 22:27:10 -0400
commit6d596a8704f2c18aad548ea193a24d6f06f460cd (patch)
tree881c252bd63503bc290ca6f123dbc462bafa2db4
parent1f11ded229b229bc611c400acb35b23640ff0c82 (diff)
downloadaur-6d596a8704f2c18aad548ea193a24d6f06f460cd.tar.gz
Version bump 4.17.8
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419b9e21e921..cecac79db84f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-devel
pkgdesc = File manager for Xfce (development version)
- pkgver = 4.17.7
+ pkgver = 4.17.8
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
@@ -21,17 +21,17 @@ pkgbase = thunar-devel
depends = libexif
depends = libnotify
depends = libpng
- depends = libxfce4ui>=4.17.0
- depends = libxfce4util>=4.17.1
+ depends = libxfce4ui>=4.17.6
+ depends = libxfce4util>=4.17.2
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.7
+ provides = thunar=4.17.8
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.7.tar.bz2
- sha256sums = 231d6245e627cc2f260ddd8574734607596db3acb69aac20be19d6f1ab8d4c03
+ source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.8.tar.bz2
+ sha256sums = 6f44a1632ee000c090d5dc7ca8ee20be9674dca79ca47c236ca083f070eeea10
pkgname = thunar-devel
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}"