summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonín Dach2020-07-29 22:26:07 +0200
committerAntonín Dach2020-07-29 22:26:07 +0200
commitc461a3b63ebdf227fc2c55d02f7d422ccbcf1c3d (patch)
tree590ee03e10554767b81dfe2340da09826a7bfe27 /PKGBUILD
parent6874ca43f48009bf01886dd56334af39ab744c24 (diff)
downloadaur-c461a3b63ebdf227fc2c55d02f7d422ccbcf1c3d.tar.gz
adding libutf8proc as dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bce8e224be1..80a4c404dfc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Antonín Dach <dach@protonmail.com>
pkgname=wayst-git
pkgver=r105.0dd22cc
-pkgrel=1
+pkgrel=2
pkgdesc='Simple terminal emulator for Wayland and X11 with OpenGL rendering and minimal dependencies.'
arch=('x86_64')
url='https://github.com/91861/wayst'
license=('MIT')
-depends=('mesa' 'freetype2' 'fontconfig' 'libxkbcommon' 'libxrandr')
+depends=('mesa' 'freetype2' 'fontconfig' 'libxkbcommon' 'libxrandr' 'libutf8proc')
makedepends=('git')
provides=('wayst')
conflicts=('wayst')