summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2017-03-24 22:53:11 +0100
committerroot2017-03-24 22:53:11 +0100
commit9bc60473adbbc929ed51cc890b22c7adcc5347e9 (patch)
treecd2ae30c5f263f576267725a5e3cfff294f19b37 /PKGBUILD
parent547ce48fc80d744138aff5ddfde5d2f7f4ab42d9 (diff)
downloadaur-9bc60473adbbc929ed51cc890b22c7adcc5347e9.tar.gz
add dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df496b4060d1..50b9421c5e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
pkgdesc="A C++ library of designs, containing flexible implementations of common design patterns and idioms."
url="http://loki-lib.sourceforge.net/"
license=('MIT')
+depends=('gcc-libs')
source=("http://downloads.sourceforge.net/sourceforge/loki-lib/loki-$pkgver.tar.gz" \
"build.patch")
md5sums=('005d79581fbe888ceabd65d46c99c8b1'