summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-04-13 10:01:04 -0400
committerTed Alff2022-04-13 10:01:04 -0400
commitf24c7ee98d28c31deb2abb19c431b8d76206abd7 (patch)
tree1bf09effaf22768ef1f25672676a9d53cad6458c
parent6253ee1aefd98381d6b7f6f6a1a2a0119184eb99 (diff)
downloadaur-f24c7ee98d28c31deb2abb19c431b8d76206abd7.tar.gz
Add versioned dependencies for libxfce4ui and libxfce4util
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c7a0e4f8942..e881699f5b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-settings-git
pkgdesc = Settings manager for xfce (git checkout)
- pkgver = 4.16.0+366+g78d614fe
+ pkgver = 4.16.0+368+ge83a447d
pkgrel = 1
url = http://www.xfce.org/
arch = x86_64
@@ -14,7 +14,8 @@ pkgbase = xfce4-settings-git
makedepends = xfce4-dev-tools
depends = exo
depends = garcon
- depends = libxfce4ui>=4.15.1
+ depends = libxfce4ui>=4.17.0
+ depends = libxfce4util>=4.17.2
depends = xfconf
depends = libnotify
depends = colord
diff --git a/PKGBUILD b/PKGBUILD
index faeec34f6208..2a760983e39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=xfce4-settings
pkgname=${_pkgname}-git
-pkgver=4.16.0+366+g78d614fe
+pkgver=4.16.0+368+ge83a447d
pkgrel=1
pkgdesc="Settings manager for xfce (git checkout)"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="http://www.xfce.org/"
license=('GPL2')
groups=('xfce4-git')
-depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'xfconf' 'libnotify' 'colord'
- 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra')
+depends=('exo' 'garcon' 'libxfce4ui>=4.17.0' 'libxfce4util>=4.17.2' 'xfconf'
+ 'libnotify' 'colord' 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra')
makedepends=('intltool' 'git' 'xfce4-dev-tools')
optdepends=('libcanberra: for sound control')
provides=("${_pkgname}=${pkgver%%+*}")