summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChucklesTheBeard2016-01-23 13:48:56 -0500
committerChucklesTheBeard2016-01-23 13:48:56 -0500
commit0139d8abae5fe9544a18e5f76c978e14e334f4f7 (patch)
tree33646c2666e1e4beee14fcbb6dc1119ce152e8d6 /PKGBUILD
parent7f48d3a3dfcca9afffd479eba9bb19efbf951c5a (diff)
downloadaur-0139d8abae5fe9544a18e5f76c978e14e334f4f7.tar.gz
Add missing Autofac.dll (fixes an "Object reference not set to an instance of an object" error)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 097c7b679899..39d03f602241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributer: Patrik Plihal <patrik.plihal@gmail.com>
pkgname=ckan-git
-pkgver=v1.14.2.r1.g1519f19
+pkgver=v1.16.0.r2.g73206fc
pkgrel=1
pkgdesc="A metadata repository and associated tools for searching, installing, and managing mods for Kerbal Space Program (KSP)"
arch=('any')
@@ -49,7 +49,8 @@ build() {
bin/Debug/log4net.dll \
bin/Debug/Newtonsoft.Json.dll \
bin/Debug/INIFileParser.dll \
- bin/Debug/CurlSharp.dll
+ bin/Debug/CurlSharp.dll \
+ bin/Debug/Autofac.dll
}
check() {