summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Playfair Cal2020-10-11 10:58:47 +1100
committerDaniel Playfair Cal2020-10-11 10:58:47 +1100
commit103858e3cc47171dd0f07fab3476003292407b16 (patch)
treef997aec374418c65e3bc49a805e728211619f9ab
parent1a78b0aa1bbf3fa1dc0800b1be5c472420e1000c (diff)
downloadaur-gtk-layer-shell-git.tar.gz
add gtk-layer-shell to conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edca2b28d2fb..b56b6bbbf0dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-layer-shell-git
pkgdesc = A library to create desktop components for Wayland using the Layer Shell protocol
- pkgver = r128.b2e6554
+ pkgver = r264.a79edbb
pkgrel = 1
url = https://github.com/wmww/gtk-layer-shell
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = gtk-layer-shell-git
makedepends = gtk3
makedepends = gobject-introspection
provides = gtk-layer-shell
+ conflicts = gtk-layer-shell
source = git+https://github.com/wmww/gtk-layer-shell.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc49830c63e6..4e19bd35cb90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
pkgname=gtk-layer-shell-git
_pkgname=gtk-layer-shell
-pkgver=r128.b2e6554
+pkgver=r264.a79edbb
pkgrel=1
-provides=( gtk-layer-shell )
+provides=(gtk-layer-shell)
+conflicts=(gtk-layer-shell)
pkgdesc="A library to create desktop components for Wayland using the Layer Shell protocol"
arch=(x86_64)
url="https://github.com/wmww/gtk-layer-shell"