summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2023-07-06 19:43:35 +0100
committersomini2023-07-06 19:43:35 +0100
commit14797b8912d68188d985884808adbf0d289983dc (patch)
tree3d86bdbb12546783353172f140b151d17964e868 /PKGBUILD
parent173bd84e1ec1c37c544f084d0250ff5d6a63b852 (diff)
downloadaur-14797b8912d68188d985884808adbf0d289983dc.tar.gz
Add missing PCRE dependencies
Thanks, hashworks.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfe959f5834d..f823dcb9c642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/PrivacyDevel/nitter"
depends=('redis')
provides=("$_pkgname")
conflicts=("$_pkgname")
-makedepends=('git' 'nim' 'nimble' 'libsass')
+makedepends=('git' 'nim' 'nimble' 'libsass' 'pcre')
backup=('etc/nitter.conf')
license=('AGPL3')
arch=('x86_64')