summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2017-04-11 14:31:06 -0400
committerAdam Goldsmith2017-04-11 14:31:06 -0400
commit58c5d7af0db6f98438905e09e9492053b2933262 (patch)
tree512412c2b50a9d180718347e549cc80bac2736a7 /PKGBUILD
parentdba702ea57c69c263a0eb4c9167532cbeed9be1c (diff)
downloadaur-58c5d7af0db6f98438905e09e9492053b2933262.tar.gz
Switch i3ipc-glib depend to i3ipc-glib-git
for whatever reason, the package for the former no longer exists
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45ac48f12c79..bac7f6c0da4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=xfce4-i3-workspaces-plugin-git
pkgrel=1
-pkgver=1.2.0.r1.g191946c
+pkgver=1.2.0.r23.gcdcc2bc
pkgdesc="A workspace switcher plugin for xfce4-panel which can be used for the i3 window manager"
arch=('i686' 'x86_64')
url="https://github.com/denesb/xfce4-i3-workspaces-plugin"
source=("${pkgname}::git+https://github.com/denesb/xfce4-i3-workspaces-plugin")
md5sums=('SKIP')
license=('GPLv3')
-depends=('xfce4-panel' 'i3ipc-glib')
+depends=('xfce4-panel' 'i3ipc-glib-git')
makedepends=('git' 'autoconf' 'automake' 'xfce4-dev-tools')
provides=('xfce4-i3-workspaces-plugin')