summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Nagel2022-11-08 15:23:23 +0100
committerGeorg Nagel2022-11-08 15:23:23 +0100
commit944d65b62e1be63267f395448b91f3133815377a (patch)
treefe4174127521fa2a73aaa729a9f24ecfdc4029df
parentb93b971147ff4c723321712c221cc29e2b4e2014 (diff)
downloadaur-944d65b62e1be63267f395448b91f3133815377a.tar.gz
add missing dependency libunwind
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 751b85e60470..56ebf8a9d5d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = lighttpd2-git
depends = openssl
depends = glib2
depends = libidn
+ depends = libunwind
optdepends = valgrind: for deep debuggins
provides = lighttpd2
conflicts = lighttpd2
diff --git a/PKGBUILD b/PKGBUILD
index 68582954e7b5..20b94579205c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://redmine.lighttpd.net/wiki/lighttpd2/"
license=('MIT')
provides=('lighttpd2')
conflicts=('lighttpd2')
-depends=("libev" "ragel" "lua51" "zlib" "bzip2" "openssl" "glib2" "libidn")
+depends=("libev" "ragel" "lua51" "zlib" "bzip2" "openssl" "glib2" "libidn" "libunwind")
optdepends=("valgrind: for deep debuggins")
makedepends=("pkg-config" "git")
backup=('etc/lighttpd2/lighttpd.conf' 'etc/lighttpd2/angel.conf' 'etc/lighttpd2/mimetypes.conf')