summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-06-07 20:54:12 -0400
committerTed Alff2020-06-07 20:54:12 -0400
commitc39773d1018c4afa61e08b04c39bfcf664cb7893 (patch)
tree5db2c7820329b104ff599375597a0927ab752948
parent0d2881be78112537cbede73c5f629a149ce18ac2 (diff)
downloadaur-c39773d1018c4afa61e08b04c39bfcf664cb7893.tar.gz
Version bump 4.15.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74358e9aca48..148d5679f4f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = libxfce4ui-devel
pkgdesc = Commonly used Xfce widgets among Xfce applications (Development version)
- pkgver = 4.15.2
+ pkgver = 4.15.3
pkgrel = 1
- url = https://git.xfce.org/xfce/libxfce4ui/tree/README
+ url = https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/README
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
groups = xfce4-devel
license = GPL2
makedepends = intltool
@@ -19,10 +21,10 @@ pkgbase = libxfce4ui-devel
depends = hicolor-icon-theme
depends = gtk3
optdepends = glade: Glade designer plugin
- provides = libxfce4ui=4.15.2
+ provides = libxfce4ui=4.15.3
conflicts = libxfce4ui
- source = https://archive.xfce.org/src/xfce/libxfce4ui/4.15/libxfce4ui-4.15.2.tar.bz2
- sha256sums = cbab99954099394ea579e83761458c735b773fdca9b2bfa87fb94376846ac900
+ source = https://archive.xfce.org/src/xfce/libxfce4ui/4.15/libxfce4ui-4.15.3.tar.bz2
+ sha256sums = ce89419720da0fa84a3bb46bc447564c5800057c026c272ae0b016918c0a9307
pkgname = libxfce4ui-devel
diff --git a/PKGBUILD b/PKGBUILD
index c61bbc6cd5f3..194b70df0625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_pkgname=libxfce4ui
pkgname="${_pkgname}"-devel
-pkgver=4.15.2
+pkgver=4.15.3
pkgrel=1
pkgdesc="Commonly used Xfce widgets among Xfce applications (Development version)"
-arch=('i686' 'x86_64')
-url="https://git.xfce.org/xfce/libxfce4ui/tree/README"
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
+url="https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/README"
license=('GPL2')
groups=('xfce4-devel')
depends=('libxfce4util' '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=('cbab99954099394ea579e83761458c735b773fdca9b2bfa87fb94376846ac900')
+sha256sums=('ce89419720da0fa84a3bb46bc447564c5800057c026c272ae0b016918c0a9307')
build() {
cd "${_pkgname}-${pkgver}"