summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2021-12-24 18:39:41 -0600
committerSam Burgos2021-12-24 18:39:41 -0600
commit5a066d52f11b80919f42ce89a1514293716c43d2 (patch)
tree41b503f5b76ae981b6c3a7f53aae815a5f04f3b2
parentcf476c6e2d9f68436891810ad3df778fcec6aa12 (diff)
downloadaur-5a066d52f11b80919f42ce89a1514293716c43d2.tar.gz
added libb2 as dependency due to failed build
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 073b2c11503d..627b074572a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = gtkhash
makedepends = xdg-utils
depends = dconf
depends = gtk3
+ depends = libb2
depends = nettle
source = https://github.com/tristanheaven/gtkhash/releases/download/v1.4/gtkhash-1.4.tar.xz
sha256sums = 20b57dbb8f6c6d7323f573c111a11640603a422c5f9da7b302a4981e4adc37c4
diff --git a/PKGBUILD b/PKGBUILD
index 8bebad59110a..ce53144988e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,7 @@ license=('GPL')
depends=(
'dconf'
'gtk3'
+ 'libb2'
'nettle'
)