summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Martin2015-11-24 19:17:00 -0500
committerPaul Martin2015-11-24 19:17:25 -0500
commitb2ed36ffe0ab2acbc4c542d618bfcb87ac4209e6 (patch)
treea0f056b84a321ee4905582c480ede839cb899e4c
parent41333bc5666fa17c622a44d87fa168e1bad37377 (diff)
downloadaur-libmacaroons.tar.gz
added libsodium dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b39ec2809651..9bd2abc44f73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libmacaroons
pkgdesc = Libmacaroons provides flexible authorization credentials that support decentralized delegation, attenuation, and verification, and is used by HyperDex.
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rescrv/libmacaroons
arch = x86_64
arch = i686
license = BSD
makedepends = wget
makedepends = gcc
+ depends = libsodium
source = http://hyperdex.org/src/libmacaroons-0.3.0.tar.gz
md5sums = 99e86f7813366f1d17bb4164bab63d7a
diff --git a/PKGBUILD b/PKGBUILD
index 57c707d746cd..ad7b68d75809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: MobiusHorizons <codemobius@gmail.com>
pkgname=libmacaroons
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Libmacaroons provides flexible authorization credentials that support decentralized delegation, attenuation, and verification, and is used by HyperDex."
url="https://github.com/rescrv/libmacaroons"
arch=('x86_64' 'i686')
license=('BSD')
-depends=()
+depends=('libsodium')
makedepends=('wget' 'gcc')
conflicts=()
replaces=()