summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-05-18 10:37:20 -0400
committerTed Alff2019-05-18 10:37:20 -0400
commit6679b8eae79cc2de6b8b082955dc5ce074c4a0e5 (patch)
treeda5e77f55ce96701e4da8ff08a1f5918dba5705c
parent8637fa940f8d92b4b0761d7c17e315066e982bda (diff)
downloadaur-6679b8eae79cc2de6b8b082955dc5ce074c4a0e5.tar.gz
Version bump 4.13.6
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eecf0f04791..07c2d1a5b8d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Oct 5 01:24:54 UTC 2018
pkgbase = xfce4-settings-devel
pkgdesc = Settings manager for xfce
- pkgver = 4.13.5
+ pkgver = 4.13.6
pkgrel = 1
- url = http://www.xfce.org/
+ url = https://www.xfce.org/
arch = i686
arch = x86_64
groups = xfce4
@@ -19,11 +17,12 @@ pkgbase = xfce4-settings-devel
depends = gtk-engines
depends = xfconf>4.13.0
depends = upower
+ depends = colord
optdepends = libcanberra: for sound control
- provides = xfce4-settings=4.13.5
+ provides = xfce4-settings=4.13.6
conflicts = xfce4-settings
- source = http://archive.xfce.org/src/xfce/xfce4-settings/4.13/xfce4-settings-4.13.5.tar.bz2
- sha256sums = a51408d30de1a04e88ddf7a1c9117770b1995bb93358286fd0769baa0a1edfae
+ source = https://archive.xfce.org/src/xfce/xfce4-settings/4.13/xfce4-settings-4.13.6.tar.bz2
+ sha256sums = b1ad95e567af50aa73815b2eb1afcc127b6bcdb5c8eb55da716f73c6a7e4af7a
pkgname = xfce4-settings-devel
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"