summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f0a62739dfd..8f98a0417b68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wayfire-git
pkgdesc = 3D wayland compositor
- pkgver = r528.35d3f54
+ pkgver = r616.7e011aa
pkgrel = 1
url = https://github.com/ammen99/wayfire
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = wayfire-git
depends = gtk3
provides = wayfire
conflicts = wayfire
- source = git+https://github.com/ammen99/wayfire#branch=wlroots
+ source = git+https://github.com/ammen99/wayfire
sha256sums = SKIP
pkgname = wayfire-git
diff --git a/PKGBUILD b/PKGBUILD
index dda1a3194e13..044286a977ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=wayfire-git
-pkgver=r528.35d3f54
+pkgver=r616.7e011aa
pkgrel=1
pkgdesc="3D wayland compositor"
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()
options=()
-source=('git+https://github.com/ammen99/wayfire#branch=wlroots')
+source=('git+https://github.com/ammen99/wayfire')
sha256sums=('SKIP')
prepare() {