summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-11-25 09:23:40 -0500
committerSolomon Choina2021-11-25 09:23:40 -0500
commitd660154769a34de394e982dac8f9ce20dd226460 (patch)
tree21b269496728d3bc0133b6a13a21ca977b5579ae
parentd2b68fc4a8bc4ba7aca07c97c9b4bbd88246e3cd (diff)
downloadaur-d660154769a34de394e982dac8f9ce20dd226460.tar.gz
adding pango and updating
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3efea681d11..1f71d89278f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wayfire-git
pkgdesc = 3D wayland compositor
- pkgver = 0.7.2.r20211118.0fc949e
+ pkgver = 0.6.0.r317.g0fc949ea
pkgrel = 1
url = https://github.com/ammen99/wayfire
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = wayfire-git
depends = wf-config-git
depends = seatd
depends = libinput
+ depends = pango
provides = wayfire
conflicts = wayfire
source = git+https://github.com/WayfireWM/wayfire
diff --git a/PKGBUILD b/PKGBUILD
index f34d3fb5f8f5..3db5acc7f201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
# Co-Maintainer: Frank Tao <frank.tao@uwaterloo.ca>
pkgname=wayfire-git
-pkgver=0.7.2.r20211118.0fc949e
+pkgver=0.6.0.r317.g0fc949ea
pkgrel=1
pkgdesc="3D wayland compositor"
arch=('x86_64')
url="https://github.com/ammen99/wayfire"
license=('MIT')
-depends=('wlroots-git' 'cairo' 'libjpeg' 'wf-config-git' 'seatd' 'libinput')
+depends=('wlroots-git' 'cairo' 'libjpeg' 'wf-config-git' 'seatd' 'libinput' 'pango')
makedepends=('git' 'glm' 'meson' 'ninja' 'wayland-protocols' 'doctest' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")