summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-10-31 16:39:26 -0400
committerTed Alff2022-10-31 16:39:26 -0400
commitceafc99791b8fa6521a096be6c60b290e9449125 (patch)
tree6ae6ec0b836107c48b0f896ed52380ef56311df7
parentbfe555908a525ee07fbb6b3da057dcb794d10883 (diff)
downloadaur-ceafc99791b8fa6521a096be6c60b290e9449125.tar.gz
Version bump 4.17.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e05fc062973..046eb41fbf3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-panel-devel
pkgdesc = Panel for the Xfce desktop environment (development release)
- pkgver = 4.17.3
+ pkgver = 4.17.4
pkgrel = 1
url = https://www.xfce.org/
arch = i686
@@ -23,11 +23,11 @@ pkgbase = xfce4-panel-devel
depends = hicolor-icon-theme
depends = desktop-file-utils
depends = libdbusmenu-gtk3
- provides = xfce4-panel=4.17.3
+ provides = xfce4-panel=4.17.4
conflicts = xfce4-panel
conflicts = xfce4-statusnotifier-plugin
replaces = xfce4-statusnotifier-plugin
- source = https://archive.xfce.org/src/xfce/xfce4-panel/4.17/xfce4-panel-4.17.3.tar.bz2
- sha256sums = ee7c190d62c919afb91f91c798a5f804c5d2ff8833bb6fe352f24d129c801ba9
+ source = https://archive.xfce.org/src/xfce/xfce4-panel/4.17/xfce4-panel-4.17.4.tar.bz2
+ sha256sums = 5918dccf644aaec01b8b3656dd42edc07c6d31532cbf5a32ef133e3c3c607322
pkgname = xfce4-panel-devel
diff --git a/PKGBUILD b/PKGBUILD
index 91bcdcdd8f83..3afbc7417509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-devel
-pkgver=4.17.3
+pkgver=4.17.4
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment (development release)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')
replaces=('xfce4-statusnotifier-plugin')
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
-sha256sums=('ee7c190d62c919afb91f91c798a5f804c5d2ff8833bb6fe352f24d129c801ba9')
+sha256sums=('5918dccf644aaec01b8b3656dd42edc07c6d31532cbf5a32ef133e3c3c607322')
build() {
cd "${_pkgname}-${pkgver}"