summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-01-30 09:09:28 +0100
committerPier Luigi Fiorini2017-01-30 09:09:28 +0100
commit710a934c77a2a1d1bb8483879bc5327b1917aced (patch)
treedf49d567d3fc4b0ab33cb54fb8e81f55fb6011a0
parentf3913163435cff5628daa6fea0072eae7b8d435a (diff)
downloadaur-710a934c77a2a1d1bb8483879bc5327b1917aced.tar.gz
liri-wayland-git: Replace greenisland-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef0f62902baf..c569c16d57a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 29 23:53:00 UTC 2017
+# Mon Jan 30 08:09:25 UTC 2017
pkgbase = liri-wayland-git
pkgdesc = QtWayland additions and QPA plugin
pkgver = 20170130.cf49d8d
@@ -27,7 +27,11 @@ pkgbase = liri-wayland-git
depends = fontconfig
depends = freetype2
provides = liri-wayland
+ conflicts = greenisland
+ conflicts = greenisland-git
conflicts = liri-wayland
+ replaces = greenisland
+ replaces = greenisland-git
replaces = liri-wayland
source = wayland::git://github.com/lirios/wayland.git#branch=develop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d09702238a90..6860723389a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ license=('GPL3')
depends=('systemd' 'wayland-protocols' 'libdrm' 'libinput' 'qt5-declarative' 'qt5-wayland'
'xkeyboard-config' 'libxkbcommon' 'glib2' 'fontconfig' 'freetype2')
makedepends=('git' 'extra-cmake-modules' 'xcb-util-cursor' 'libxcursor')
+conflicts=('greenisland' 'greenisland-git' 'liri-wayland')
+replaces=('greenisland' 'greenisland-git' 'liri-wayland')
provides=('liri-wayland')
-conflicts=('liri-wayland')
-replaces=('liri-wayland')
groups=('liri-git')
_gitroot="git://github.com/lirios/wayland.git"