summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-05-07 21:28:33 -0400
committerTed Alff2021-05-07 21:28:33 -0400
commit6fdbda3d4be4cbe48ba80f8a1316a13557359448 (patch)
treea29bb0fe1477cc52b5f9f6a2c9a128618c3f1dca
parentc13b385f0b26aa4487a8e64a48bf0ce627061bca (diff)
downloadaur-6fdbda3d4be4cbe48ba80f8a1316a13557359448.tar.gz
Version bump 4.17.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f7fe3911e0a..166c91293a8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-devel
- pkgdesc = file manager for xfce
- pkgver = 4.17.2
+ pkgdesc = File manager for Xfce (development version)
+ pkgver = 4.17.3
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
@@ -29,10 +29,10 @@ 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.2
+ provides = thunar=4.17.3
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.2.tar.bz2
- sha256sums = a1eefa3359e2fceec738cb34d42ec73a29681e2bef548a82e1bf2c513ddd97cf
+ source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.3.tar.bz2
+ sha256sums = 4580913d6c88003dbffc7e6d98a843ca0ae0fd1c5fa7b1e49fef565f33c7bea7
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index 973daceb4a4d..7b4a5ef9e71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.17.2
+pkgver=4.17.3
pkgrel=1
-pkgdesc='file manager for xfce'
+pkgdesc='File manager for Xfce (development version)'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('GPL')
groups=('xfce4-devel')
@@ -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=('a1eefa3359e2fceec738cb34d42ec73a29681e2bef548a82e1bf2c513ddd97cf')
+sha256sums=('4580913d6c88003dbffc7e6d98a843ca0ae0fd1c5fa7b1e49fef565f33c7bea7')
build() {
cd "${_pkgname}-${pkgver}"