summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkugelblitz22021-10-18 00:36:20 -0400
committerkugelblitz22021-10-18 00:46:06 -0400
commit4a429d9230a2d60c7ba9784bc29806a8766fb520 (patch)
treefe0766c919084be1c583494eee1a714027386939
parent45b4684c45ade94222de8ee469d6cb6d3bb39722 (diff)
downloadaur-4a429d9230a2d60c7ba9784bc29806a8766fb520.tar.gz
Updated package version and dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7109c70ef8c..929c384a8735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = wayfire-git
pkgdesc = 3D wayland compositor
- pkgver = 0.6.0.r271.g9aeb5f81
+ pkgver = 0.7.2.r10172021.e1e0ce3
pkgrel = 1
url = https://github.com/ammen99/wayfire
arch = x86_64
license = MIT
makedepends = git
+ makedepends = glm
makedepends = meson
makedepends = ninja
makedepends = wayland-protocols
@@ -13,12 +14,10 @@ pkgbase = wayfire-git
makedepends = cmake
depends = wlroots-git
depends = cairo
- depends = glm
depends = libjpeg
depends = wf-config-git
depends = seatd
- optdepends = wf-shell-git: GTK3-based panel for the Wayfire compositor
- optdepends = wf-sound-control-git: Small utility for the Wayfire compositor to control sound volume
+ depends = libinput
provides = wayfire
conflicts = wayfire
source = git+https://github.com/WayfireWM/wayfire
diff --git a/PKGBUILD b/PKGBUILD
index 94d272302ea1..11dd30cc3d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
-# Maintainer: Solomon Choina <shlomochoina@gmail.com0
+# Maintainer: Solomon Choina <shlomochoina@gmail.com>
+# Co-Maintainer: Frank Tao <frank.tao@uwaterloo.ca>
pkgname=wayfire-git
-pkgver=0.6.0.r271.g9aeb5f81
+pkgver=0.7.2.r10172021.e1e0ce3
pkgrel=1
pkgdesc="3D wayland compositor"
arch=('x86_64')
url="https://github.com/ammen99/wayfire"
license=('MIT')
-depends=('wlroots-git' 'cairo' 'glm' 'libjpeg' 'wf-config-git' 'seatd')
-makedepends=('git' 'meson' 'ninja' 'wayland-protocols' 'doctest' 'cmake')
-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')
+depends=('wlroots-git' 'cairo' 'libjpeg' 'wf-config-git' 'seatd' 'libinput')
+makedepends=('git' 'glm' 'meson' 'ninja' 'wayland-protocols' 'doctest' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()