summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"