summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 758279f6fa1b..3184bcc627ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesse McClure <code at jessemcclure dot org>
_fossil=tabby
pkgname=${_fossil}-fossil
-pkgver=1.2r54.ff6db57fc2
+pkgver=1.4r105.2745794ce3
pkgrel=1
pkgdesc='Tabbed tiling wayland compositor'
arch=('x86_64')
@@ -22,7 +22,6 @@ pkgver() {
build() {
cd "${srcdir}/${_fossil}"
- make protocols
make PREFIX=/usr
}