summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-01-18 15:16:06 -0500
committerTed Alff2020-01-18 15:16:06 -0500
commitd6e3ecbfaded1a213e62072e3e8ab34b193c0ab8 (patch)
treeab6705a92f34c6a4c609ee52375511a3cddec993
parent6555a63e0c5eebae8282bbc1f7a27c66bad5fc07 (diff)
downloadaur-d6e3ecbfaded1a213e62072e3e8ab34b193c0ab8.tar.gz
Bump libxfce4ui dependency version
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a83de5b72b2..2ac584e5b8f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jul 15 23:41:51 UTC 2018
pkgbase = xfce4-panel-git
pkgdesc = Panel for the Xfce desktop environment - git checkout
- pkgver = 4.13.3+30+g73803248
+ pkgver = 4.15.1+2+g7db1f872
pkgrel = 1
url = http://docs.xfce.org/xfce/xfce4-panel/start
arch = i686
@@ -15,16 +13,16 @@ pkgbase = xfce4-panel-git
makedepends = xfce4-dev-tools
makedepends = gobject-introspection
makedepends = vala
- depends = exo>=0.11.2
+ depends = exo
depends = garcon
- depends = libxfce4ui>=4.13.0
+ depends = libxfce4ui>=4.15.1
depends = libwnck3
depends = hicolor-icon-theme
depends = desktop-file-utils
- depends = xfconf>=4.13.2
- depends = libxfce4util>=4.13.0
+ depends = xfconf
+ depends = libxfce4util
optdepends = xfce4-panel-profiles
- provides = xfce4-panel=4.13.3
+ provides = xfce4-panel=4.15.1
conflicts = xfce4-panel
source = xfce4-panel::git://git.xfce.org/xfce/xfce4-panel
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d7fc0236123d..5c5fec760336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-git
-pkgver=4.13.3+30+g73803248
+pkgver=4.15.1+2+g7db1f872
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment - git checkout"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ license=('GPL2')
groups=('xfce4-git')
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver%%+*}")
-depends=('exo>=0.11.2' 'garcon' 'libxfce4ui>=4.13.0' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils' 'xfconf>=4.13.2' 'libxfce4util>=4.13.0')
+depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'libwnck3' 'hicolor-icon-theme'
+ 'desktop-file-utils' 'xfconf' 'libxfce4util')
makedepends=('intltool' 'gtk-doc' 'git' 'xfce4-dev-tools' 'gobject-introspection' 'vala')
optdepends=('xfce4-panel-profiles')
source=("${_pkgname}::git://git.xfce.org/xfce/xfce4-panel")