summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-11-27 17:42:25 -0500
committerTed Alff2021-11-27 17:42:25 -0500
commit1f11ded229b229bc611c400acb35b23640ff0c82 (patch)
tree0c14eaabe4eee16fb29d8c4f72bb63a049d5a709
parente968b91597aeb36de4ef9f46f004373d2b83c111 (diff)
downloadaur-1f11ded229b229bc611c400acb35b23640ff0c82.tar.gz
Version bump 4.17.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11b5e860c1fc..419b9e21e921 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-devel
pkgdesc = File manager for Xfce (development version)
- pkgver = 4.17.6
+ pkgver = 4.17.7
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
@@ -29,9 +29,9 @@ pkgbase = thunar-devel
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.6
+ provides = thunar=4.17.7
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.6.tar.bz2
- sha256sums = e3d669d2214c880e171e519229cfc07f964b58de4ba1be36ae755da43669b2a0
+ source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.7.tar.bz2
+ sha256sums = 231d6245e627cc2f260ddd8574734607596db3acb69aac20be19d6f1ab8d4c03
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index c724de7793c0..64c176b234b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.17.6
+pkgver=4.17.7
pkgrel=1
pkgdesc='File manager for Xfce (development version)'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -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=('e3d669d2214c880e171e519229cfc07f964b58de4ba1be36ae755da43669b2a0')
+sha256sums=('231d6245e627cc2f260ddd8574734607596db3acb69aac20be19d6f1ab8d4c03')
build() {
cd "${_pkgname}-${pkgver}"