summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-06-10 20:23:14 -0400
committerSolomon Choina2020-06-10 20:23:14 -0400
commit61b61fb93aa5f2d00e0b051f0de438cd49b7c2cd (patch)
treeaccb334c6eb1a436251fa0aa4e8cbc9fa312f8d1
parent8f982806434aff19fba985bb0fa102619bdad7f2 (diff)
downloadaur-61b61fb93aa5f2d00e0b051f0de438cd49b7c2cd.tar.gz
we need wlroots-git now
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70a35803fc3d..42b4b3868b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Solomon Choina <shlomochoina@gmail.com>
+# Maintainer: Solomon Choina <shlomochoina@gmail.com0
pkgname=wayfire-git
-pkgver=r1594.29dcd13
+pkgver=0.4.0.r168.g25d568f
pkgrel=1
pkgdesc="3D wayland compositor"
arch=('x86_64')
url="https://github.com/ammen99/wayfire"
license=('MIT')
-depends=('wlroots' 'cairo' 'glm' 'libjpeg' 'wf-config-git')
+depends=('wlroots-git' 'cairo' 'glm' 'libjpeg' 'wf-config-git')
makedepends=('git' 'meson' 'ninja' 'wayland-protocols')
optdepends=('wf-shell-git: GTK3-based panel for the Wayfire compositor'
'wf-sound-control-git: Small utility for the Wayfire compositor to control sound volume')
@@ -25,7 +25,7 @@ pkgver() {
cd "$srcdir/wayfire"
# Git, no tags available
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}