summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2023-06-01 19:46:07 -0600
committerSam Burgos2023-06-01 19:46:07 -0600
commit1e13f76fcd4b61f91f69267956e4fb10425818be (patch)
treeabb61e02f715bddaf35b0a3241a9dffc06e72531
parent2c34d3ba18ccd2608eab9ebcca211ff941945296 (diff)
downloadaur-1e13f76fcd4b61f91f69267956e4fb10425818be.tar.gz
changed dependency of mbedtls to mbedtls2, this due to upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab01e3e5c74b..c6e04067e82a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtkhash-thunar
pkgdesc = A GTK+ utility for computing message digests or checksums (Gtkhash with Thunar filemanager plugin)
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tristanheaven/gtkhash
arch = x86_64
license = GPL
@@ -13,7 +13,7 @@ pkgbase = gtkhash-thunar
depends = dconf
depends = gtk3
depends = libb2
- depends = mbedtls
+ depends = mbedtls2
depends = nettle
depends = thunar
provides = gtkhash
diff --git a/PKGBUILD b/PKGBUILD
index bab17d2c3fac..393255117a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gtkhash-thunar
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A GTK+ utility for computing message digests or checksums (Gtkhash with Thunar filemanager plugin)"
arch=('x86_64')
url="https://github.com/tristanheaven/gtkhash"
@@ -15,7 +15,7 @@ depends=(
'dconf'
'gtk3'
'libb2'
- 'mbedtls'
+ 'mbedtls2'
'nettle'
'thunar'
)