summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2019-05-18 20:41:11 -0400
committerTed Alff2019-05-18 20:41:11 -0400
commita68acb61da8835e154f0ddbdb460a86c24813105 (patch)
treece4109f8b9afad24f547636cdc1ca811b81c5e0b /PKGBUILD
parent091b888e42ab45d096a5232284b83fcbf463efeb (diff)
downloadaur-a68acb61da8835e154f0ddbdb460a86c24813105.tar.gz
Version bump 4.13.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb28bd614b25..9926ba27e4ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,25 @@
_pkgname=xfce4-session
pkgname=${_pkgname}-devel
-pkgver=4.13.1
+pkgver=4.13.2
pkgrel=1
pkgdesc="A session manager for Xfce"
arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
+url="https://www.xfce.org/"
license=('GPL2')
depends=('libxfce4ui' '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 enabled'
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enable'
+ 'xfce4-screensaver: for locking screen with xflock4'
'xscreensaver: for locking screen with xflock4'
- 'gnome-screensaver: for locking screen with xflock4'
- 'xlockmore: for locking screen with xflock4'
- 'slock: for locking screen with xflock4')
+ 'gnome-screensaver: for locking screen with xflock4')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
replaces=('xfce-utils')
-source=("http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2"
+source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2"
'xfce-polkit-gnome-authentication-agent-1.desktop')
-sha256sums=('c789f0f8234e06f5266f0c6ccdbdcc3c085e8d9eea06a0eafe8f7cfc4fe23af4'
+sha256sums=('c0be0c7e602c962d0e8fca63bd86165e60313d07bfb72cf2c3f99ab53e2a22a1'
'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
build() {