summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-11-30 11:22:56 -0500
committerTed Alff2022-11-30 11:22:56 -0500
commita2473ab11fbb289661d26cc96864ec16826328fe (patch)
treed5597ca30be40b5f8b389418cb27d159bd4f84f1
parent98c5bfb4b08b58b579af33c5829f74b164c99ecb (diff)
downloadaur-a2473ab11fbb289661d26cc96864ec16826328fe.tar.gz
Version bump 4.17.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71638d743bdb..8ea9b5c54232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libxfce4ui-devel
pkgdesc = Commonly used Xfce widgets among Xfce applications (Development version)
- pkgver = 4.17.8
+ pkgver = 4.17.9
pkgrel = 1
- url = https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/README
+ url = https://docs.xfce.org/xfce/libxfce4ui/start
arch = i686
arch = x86_64
arch = armv7h
@@ -23,9 +23,9 @@ pkgbase = libxfce4ui-devel
depends = gtk3
depends = libgtop
optdepends = glade: Glade designer plugin
- provides = libxfce4ui=4.17.8
+ provides = libxfce4ui=4.17.9
conflicts = libxfce4ui
- source = https://archive.xfce.org/src/xfce/libxfce4ui/4.17/libxfce4ui-4.17.8.tar.bz2
- sha256sums = a96dabc333a89f4bc2faa4a02fd40c8e8070fd17d65e03c0ec77c7d2cc1284b0
+ source = https://archive.xfce.org/src/xfce/libxfce4ui/4.17/libxfce4ui-4.17.9.tar.bz2
+ sha256sums = d78c1852443a930bf1cdc5a90a68ffbf302fa3c34ed0885da41c7ee2f1c57b65
pkgname = libxfce4ui-devel
diff --git a/PKGBUILD b/PKGBUILD
index 255dbd4d7b70..ca04b1615577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_pkgname=libxfce4ui
pkgname=${_pkgname}-devel
-pkgver=4.17.8
+pkgver=4.17.9
pkgrel=1
pkgdesc="Commonly used Xfce widgets among Xfce applications (Development version)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-url="https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/README"
+url="https://docs.xfce.org/xfce/libxfce4ui/start"
license=('GPL2')
groups=('xfce4-devel')
depends=('libxfce4util>=4.17.2' 'xfconf' 'libsm' 'startup-notification'
@@ -19,7 +19,7 @@ optdepends=('glade: Glade designer plugin')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('a96dabc333a89f4bc2faa4a02fd40c8e8070fd17d65e03c0ec77c7d2cc1284b0')
+sha256sums=('d78c1852443a930bf1cdc5a90a68ffbf302fa3c34ed0885da41c7ee2f1c57b65')
build() {
cd "${_pkgname}-${pkgver}"