summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f5d4d79811..df850b56d59a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtkhash-caja
pkgdesc = A GTK+ utility for computing message digests or checksums (Gtkhash with Caja filemanager plugin)
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/tristanheaven/gtkhash
arch = x86_64
license = GPL
@@ -14,7 +14,7 @@ pkgbase = gtkhash-caja
depends = dconf
depends = gtk3
depends = libb2
- depends = mbedtls
+ depends = libgcrypt
depends = nettle
provides = gtkhash
provides = gtkhash-caja
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' \