summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13ed8c59917..4e2c9f65e890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = cage-git
+pkgbase = cage-scenegraph
pkgdesc = A Wayland kiosk
- pkgver = 0.1.4.r0.g646b3e8
+ pkgver = 0.1.4.r16.gf1ba664
pkgrel = 1
epoch = 1
url = https://www.hjdskes.nl/projects/cage/
@@ -13,9 +13,11 @@ pkgbase = cage-git
depends = wayland
depends = libxkbcommon
depends = xorg-server-xwayland
+ provides = cage
+ conflicts = cage
options = debug
options = !strip
- source = cage::git+https://github.com/Hjdskes/cage.git
+ source = cage::git+https://github.com/emersion/cage.git#branch=scenegraph
sha1sums = SKIP
-pkgname = cage-git
+pkgname = cage-scenegraph
diff --git a/PKGBUILD b/PKGBUILD
index 6166f03ed185..09472feaee72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gilbus <aur(AT)tinkershell.eu>
-pkgname=cage-git
+pkgname=cage-scenegraph
_pkgname=cage
-pkgver=0.1.4.r0.g646b3e8
+pkgver=0.1.4.r16.gf1ba664
pkgrel=1
epoch=1
license=("MIT")
@@ -10,10 +10,10 @@ makedepends=("meson" "git" "wayland-protocols")
depends=("wlroots-git" "wayland" "libxkbcommon" "xorg-server-xwayland")
arch=("x86_64")
url="https://www.hjdskes.nl/projects/cage/"
-source=("${pkgname%-*}::git+https://github.com/Hjdskes/cage.git")
+source=("${pkgname%-*}::git+https://github.com/emersion/cage.git#branch=scenegraph")
sha1sums=("SKIP")
-#provides=("cage")
-#conflicts=("cage")
+provides=("cage")
+conflicts=("cage")
options=(debug !strip)
pkgver() {