summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-01-18 15:13:10 -0500
committerTed Alff2020-01-18 15:13:10 -0500
commit73be4725e6ef6879327e7b01f8d275f9aca5197b (patch)
tree35e39d760689e4607738adcba82931f88eeb9576
parentf4a7a068de4e6177c38d71c473af5f9bd3ae8001 (diff)
downloadaur-73be4725e6ef6879327e7b01f8d275f9aca5197b.tar.gz
Bump libxfce4ui version requirement
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 539a063aa3fc..e9d753cee2ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-settings-git
pkgdesc = Settings manager for xfce (git checkout)
- pkgver = 4.14.0+113+g4930c124
+ pkgver = 4.15.0+3+g2f2fc294
pkgrel = 1
url = http://www.xfce.org/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = xfce4-settings-git
makedepends = xfce4-dev-tools
depends = exo
depends = garcon
- depends = libxfce4ui
+ depends = libxfce4ui>=4.15.1
depends = xfconf
depends = libnotify
depends = colord
@@ -20,7 +20,7 @@ pkgbase = xfce4-settings-git
depends = adwaita-icon-theme
depends = gnome-themes-extra
optdepends = libcanberra: for sound control
- provides = xfce4-settings=4.14.0
+ provides = xfce4-settings=4.15.0
conflicts = xfce4-settings
source = xfce4-settings::git://git.xfce.org/xfce/xfce4-settings
source = default-xsettings-xml.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/default-xsettings-xml.patch?h=packages/xfce4-settings
diff --git a/PKGBUILD b/PKGBUILD
index 847f2da0ba00..2881327d8333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=xfce4-settings
pkgname=${_pkgname}-git
-pkgver=4.14.0+113+g4930c124
+pkgver=4.15.0+3+g2f2fc294
pkgrel=1
pkgdesc="Settings manager for xfce (git checkout)"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
license=('GPL2')
groups=('xfce4-git')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libnotify' 'colord'
+depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'xfconf' 'libnotify' 'colord'
'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra')
makedepends=('intltool' 'git' 'xfce4-dev-tools')
optdepends=('libcanberra: for sound control')