summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dae9e290c03b..67d9d61ce1c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gtkhash-caja
pkgver=1.5
-pkgrel=1
+pkgrel=3
pkgdesc="A GTK+ utility for computing message digests or checksums (Gtkhash with Caja filemanager plugin)"
arch=('x86_64')
url="https://github.com/tristanheaven/gtkhash"
@@ -16,7 +16,7 @@ depends=(
'dconf'
'gtk3'
'libb2'
- 'mbedtls'
+ 'libgcrypt'
'nettle'
)
@@ -48,7 +48,6 @@ build() {
arch-meson "gtkhash-$pkgver" build \
-Dglib-checksums='true' \
-Dlinux-crypto='true' \
- -Dmbedtls='true' \
-Dnettle='true' \
-Dbuild-caja='true' \
-Dbuild-nautilus='false' \