summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-11-01 23:15:32 -0400
committerTed Alff2022-11-01 23:15:32 -0400
commite9adce298dd40c8ef8f48b7d8e65dfd69e0722bc (patch)
tree29ca89e9505a0b4695e8c04428137fbca330f4e6
parent1a32d6427db79715ab0dda266a5e9ad8497d9f18 (diff)
downloadaur-e9adce298dd40c8ef8f48b7d8e65dfd69e0722bc.tar.gz
Version bump 4.17.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc11cf751b3..235a0f4b5b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfconf-devel
pkgdesc = A simple client-server configuration storage and query system
- pkgver = 4.15.1
+ pkgver = 4.17.0
pkgrel = 1
url = https://www.xfce.org/
arch = i686
@@ -17,11 +17,10 @@ pkgbase = xfconf-devel
makedepends = python
depends = libxfce4util
depends = dbus
- provides = xfconf=4.15.1
+ provides = xfconf=4.17.0
conflicts = xfconf
options = !emptydirs
- source = https://archive.xfce.org/src/xfce/xfconf/4.15/xfconf-4.15.1.tar.bz2
- sha256sums = 80a65029bf8f7e52b53ef38b879eb4786421283867c7ce1d22a4ebcfb8b0ecf7
+ source = https://archive.xfce.org/src/xfce/xfconf/4.17/xfconf-4.17.0.tar.bz2
+ sha256sums = 9f568a3f5365dcd44fad4a165a98c6483efb3f61dc44933235f048cab0157d5e
pkgname = xfconf-devel
-
diff --git a/PKGBUILD b/PKGBUILD
index c6cbaef038c3..1e21f0a4d15a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfconf
pkgname=${_pkgname}-devel
-pkgver=4.15.1
+pkgver=4.17.0
pkgrel=1
pkgdesc="A simple client-server configuration storage and query system"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -15,7 +15,7 @@ provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
options=('!emptydirs')
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
-sha256sums=('80a65029bf8f7e52b53ef38b879eb4786421283867c7ce1d22a4ebcfb8b0ecf7')
+sha256sums=('9f568a3f5365dcd44fad4a165a98c6483efb3f61dc44933235f048cab0157d5e')
build() {
cd "$srcdir/$_pkgname-$pkgver"