summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-12-28 21:47:12 -0500
committerTed Alff2020-12-28 21:47:12 -0500
commitcfb1856698ad2ca37423d37156428e297dd746b4 (patch)
tree873eb699e9c8b0753d968f41cfa7a57c119c1f76
parent2c4c8130c4bc3b5c6fc4f75b26e668c61392d881 (diff)
downloadaur-libxfce4ui-nocsd.tar.gz
Version bump 4.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7529852af50b..aa2b2eb33317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxfce4ui-nocsd
pkgdesc = A fork of libxfce4ui with the explicit goal of removing Client-Side Decorations (CSD)
- pkgver = 4.15.8
+ pkgver = 4.16.0
pkgrel = 1
url = https://github.com/Xfce-Classic/libxfce4ui-nocsd
arch = i686
@@ -22,10 +22,10 @@ pkgbase = libxfce4ui-nocsd
depends = gtk3
depends = libgtop
optdepends = glade: Glade designer plugin
- provides = libxfce4ui=4.15.8
+ provides = libxfce4ui=4.16.0
conflicts = libxfce4ui
- source = https://github.com/Xfce-Classic/libxfce4ui-nocsd/releases/download/4.15.8/libxfce4ui-4.15.8.tar.bz2
- sha256sums = 6fa362d67172b76dccdc3b929a0f912747e3af92b5cd4675475cc8b3fed9a7eb
+ source = https://github.com/Xfce-Classic/libxfce4ui-nocsd/releases/download/4.16.0/libxfce4ui-4.16.0.tar.bz2
+ sha256sums = 292ab49b3d08e514ac9283acab0ae43c8159785366aed11730671c33e2f749e4
pkgname = libxfce4ui-nocsd
diff --git a/PKGBUILD b/PKGBUILD
index dc1d86aa46f9..1f350ed30a5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libxfce4ui
pkgname=${_pkgname}-nocsd
-pkgver=4.15.8
+pkgver=4.16.0
pkgrel=1
pkgdesc="A fork of libxfce4ui with the explicit goal of removing Client-Side Decorations (CSD)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -15,7 +15,7 @@ optdepends=('glade: Glade designer plugin')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('6fa362d67172b76dccdc3b929a0f912747e3af92b5cd4675475cc8b3fed9a7eb')
+sha256sums=('292ab49b3d08e514ac9283acab0ae43c8159785366aed11730671c33e2f749e4')
build() {
cd "${_pkgname}-${pkgver}"