summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2020-08-13 21:15:02 -0400
committerTed Alff2020-08-13 21:15:02 -0400
commit583aba4bf6c9f9d707eceb48dfb5b127b0dc7969 (patch)
tree5b9148430ffb5d8d96b63b55620b872cbef6627d /PKGBUILD
parentf6deb9984ba18006d518491dbaff6ab40fc2f840 (diff)
downloadaur-583aba4bf6c9f9d707eceb48dfb5b127b0dc7969.tar.gz
Version bump 4.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2121b3ea861..12909a6270a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=xfce4-session
pkgname=${_pkgname}-devel
-pkgver=4.13.4
+pkgver=4.15.0
pkgrel=1
pkgdesc="A session manager for Xfce"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://www.xfce.org/"
license=('GPL2')
groups=('xfce4-devel')
-depends=('libxfce4ui' 'libwnck3' 'libsm' 'polkit' 'xorg-iceauth' 'xorg-xinit'
+depends=('libxfce4ui>=4.15.1' 'libxfce4util>=4.15.2' 'libwnck3' 'libsm' 'polkit' 'xorg-iceauth' 'xorg-xinit'
'xorg-xrdb' 'polkit-gnome' 'hicolor-icon-theme')
makedepends=('intltool')
optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enable'
@@ -21,7 +21,7 @@ conflicts=("${_pkgname}")
replaces=('xfce-utils')
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2"
'xfce-polkit-gnome-authentication-agent-1.desktop')
-sha256sums=('f52c566767001adafdaaa9188457ad32396233c24a09a681325b64eb3893b799'
+sha256sums=('5977cd3e9b7c8396fb620835c8536ebfea477d1585a0100ec28d7e2fa951310b'
'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
build() {