summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2023-06-05 18:32:04 -0600
committerSam Burgos2023-06-05 18:32:04 -0600
commit241648cd2c01b451d21ad57bc5a0bf2607803df9 (patch)
tree1f2cbe0b4f8603d45455b23e166725dce42fcba1 /PKGBUILD
parent5084375dad6a68918feff92cacd9525a33e47a66 (diff)
downloadaur-gtkhash.tar.gz
updating version in order to sync recent changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1078b7dca83f..7f6fb06b20b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gtkhash
pkgver=1.5
-pkgrel=1
+pkgrel=3
pkgdesc="A GTK+ utility for computing message digests or checksums"
arch=('x86_64')
url="https://github.com/tristanheaven/gtkhash"
@@ -16,18 +16,14 @@ depends=(
'gtk3'
'libb2'
'libgcrypt'
- 'mbedtls'
'nettle'
)
makedepends=(
'appstream-glib'
- 'dconf'
- 'gtk3'
'intltool'
'librsvg'
'meson'
- 'nettle'
'xdg-utils'
)
provides=(${pkgname})
@@ -49,7 +45,6 @@ build() {
arch-meson "$pkgbase-$pkgver" build \
-Dglib-checksums='true' \
-Dlinux-crypto='true' \
- -Dmbedtls='true' \
-Dnettle='true' \
-Dbuild-caja='false' \
-Dbuild-nautilus='false' \