summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-12-02 23:06:45 -0500
committerTed Alff2022-12-02 23:06:45 -0500
commite326fb825779ad53b92b51279a15df9f001e9f3c (patch)
tree20114d50aa2113154e2cb0722f9646a91e6385fd
parent5e52bcb24636cf01ac8ba61e322e6d3ca7c8fe9a (diff)
downloadaur-e326fb825779ad53b92b51279a15df9f001e9f3c.tar.gz
Version bump 4.17.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978b78d118a1..b0bb57a409bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-devel
pkgdesc = File manager for Xfce (development version)
- pkgver = 4.17.11
+ pkgver = 4.17.12
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.11
+ provides = thunar=4.17.12
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.11.tar.bz2
- sha256sums = 262c33965ffa38053314ae4d6494d9cfae3937e013d9e2dffb371188fa8fcb20
+ source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.12.tar.bz2
+ sha256sums = b0cd2a8b6e1b9d3fbd59c6e1202b8f54b970f66f5bd2254046d00968bd08ca36
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index bec94cddfe78..ed2d7279c510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.17.11
+pkgver=4.17.12
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=('262c33965ffa38053314ae4d6494d9cfae3937e013d9e2dffb371188fa8fcb20')
+sha256sums=('b0cd2a8b6e1b9d3fbd59c6e1202b8f54b970f66f5bd2254046d00968bd08ca36')
build() {
cd "${_pkgname}-${pkgver}"