summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2018-01-23 07:46:46 +0200
committerMantas Mikulėnas2018-01-23 07:46:46 +0200
commit91766a4581a43be2c1886526d9c28c361d33804e (patch)
tree1cafe8b9ddd6bf7305ed25c616046fcc04df9552
parent8ab47ac77247b93c12942b39e9e6dcd710535b75 (diff)
downloadaur-91766a4581a43be2c1886526d9c28c361d33804e.tar.gz
update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7da4c334d259..eae143071a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = lig
arch = i686
arch = armv6h
license = BSD-3-clause
+ makedepends = git
+ depends = openssl
source = git+https://github.com/LISPmob/lig-lispmob#commit=268024993fa6e8864085676222b9490022ce928c
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 25062eadc543..466d698981e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,8 @@ pkgdesc="LISP Information Groper, a tool that can be used to query the LISP Map-
url="https://github.com/LISPmob/lig-lispmob"
arch=('x86_64' 'i686' 'armv6h')
license=('BSD-3-clause')
+depends=('openssl')
+makedepends=('git')
_commit=268024993fa6e8864085676222b9490022ce928c
source=("git+https://github.com/LISPmob/lig-lispmob#commit=$_commit")
sha256sums=('SKIP')