summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaptoxic2016-11-17 03:21:18 -0500
committerkaptoxic2016-11-17 03:21:18 -0500
commit10c782e9b348a5f90cf1353762443d883f07946f (patch)
tree57fcd073e497dc2a4595907fabb3141b132d1c15
parent7558a64baa2bb0f53368097ec875bba116be0687 (diff)
downloadaur-10c782e9b348a5f90cf1353762443d883f07946f.tar.gz
Add libgcrypt library as dependency
Since PKGBUILD removes the lib.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6758c8b2ee50..625f09c24a72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 23 06:18:16 UTC 2016
+# Thu Nov 17 08:21:14 UTC 2016
pkgbase = hon
pkgdesc = Heroes of Newerth is a Real Time Strategy game heavily influcenced by DotA
pkgver = 3.9.5
@@ -18,6 +18,7 @@ pkgbase = hon
depends = libjpeg-turbo
depends = cgmanager
depends = ncurses5-compat-libs
+ depends = libgcrypt15
noextract = HoNClient-3.9.5.sh
options = !strip
source = hon.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 811ed7d8c1de..78cf343b917d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgdesc="Heroes of Newerth is a Real Time Strategy game heavily influcenced by D
arch=('i686' 'x86_64')
url="http://www.heroesofnewerth.com/"
license=('custom:HoN')
-depends=('alsa-lib' 'gconf' 'gtk2' 'nss' 'libxss' 'libjpeg-turbo' 'cgmanager' 'ncurses5-compat-libs')
+depends=('alsa-lib' 'gconf' 'gtk2' 'nss' 'libxss' 'libjpeg-turbo' 'cgmanager' 'ncurses5-compat-libs' 'libgcrypt15')
makedepends=('unzip')
options=(!strip)
install=hon.install