summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f244acb8fea4..de2c5774203a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
_pkgname=xfce4-settings
pkgname=${_pkgname}-devel
-pkgver=4.13.5
+pkgver=4.13.6
pkgrel=1
pkgdesc="Settings manager for xfce"
arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
+url="https://www.xfce.org/"
license=('GPL2')
groups=('xfce4')
depends=('exo' 'garcon' 'libxfce4ui>=4.13' 'libnotify' 'libxklavier'
- 'gnome-icon-theme' 'gtk-engines' 'xfconf>4.13.0' 'upower')
+ 'gnome-icon-theme' 'gtk-engines' 'xfconf>4.13.0' 'upower' 'colord')
makedepends=('intltool')
optdepends=('libcanberra: for sound control')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-source=("http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
-sha256sums=('a51408d30de1a04e88ddf7a1c9117770b1995bb93358286fd0769baa0a1edfae')
+source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
+sha256sums=('b1ad95e567af50aa73815b2eb1afcc127b6bcdb5c8eb55da716f73c6a7e4af7a')
build() {
cd "$srcdir/$_pkgname-$pkgver"