summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Towns2015-12-30 20:08:08 +1100
committerAshley Towns2015-12-30 20:08:08 +1100
commitbb9858eaa281e219f695a524bea0ab1d026788f1 (patch)
tree362be6dbc38f17a578db701242ad4ee143d81561
parent946c2b3a026c7ced2197ca3542fe4b58372dcaba (diff)
downloadaur-bb9858eaa281e219f695a524bea0ab1d026788f1.tar.gz
added libxml2 as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 407584346c1e..a1bd41d2b8d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 24 01:30:53 UTC 2015
+# Wed Dec 30 09:04:31 UTC 2015
pkgbase = swift-bin
pkgdesc = The Swift programming language, the binary drops from the official website
pkgver = 2.2.SNAPSHOT.2015.12.22.a
@@ -16,6 +16,7 @@ pkgbase = swift-bin
depends = clang
depends = libtinfo
depends = python2-six
+ depends = libxml2
provides = swift-language
conflicts = lldb
conflicts = swift-language-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c0ab2192eb0..557383e32243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="The Swift programming language, the binary drops from the official webs
arch=('x86_64')
url="https://swift.org"
license=('apache')
-depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo' 'python2-six')
+depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo' 'python2-six' 'libxml2')
conflicts=('lldb' 'swift-language-git')
options=('!strip')
validpgpkeys=('7463A81A4B2EEA1B551FFBCFD441C977412B37AD')