summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc42201d4f1d..93eb7f5c1609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayst-git
pkgdesc = Simple terminal emulator for Wayland and X11 with OpenGL rendering and minimal dependencies.
pkgver = r105.0dd22cc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/91861/wayst
arch = x86_64
license = MIT
@@ -11,6 +11,7 @@ pkgbase = wayst-git
depends = fontconfig
depends = libxkbcommon
depends = libxrandr
+ depends = libutf8proc
provides = wayst
conflicts = wayst
source = git+https://github.com/91861/wayst.git
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')