summarylogtreecommitdiffstats
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
parent6874ca43f48009bf01886dd56334af39ab744c24 (diff)
downloadaur-c461a3b63ebdf227fc2c55d02f7d422ccbcf1c3d.tar.gz
adding libutf8proc as dep
-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')