summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOndrej Jirman2016-11-13 18:53:04 +0100
committerOndrej Jirman2016-11-13 18:53:04 +0100
commit43cf442e1a02c02b53a4ee76311a3d20595f70ce (patch)
tree2eaa643163785cfbb60050da863de4d6a735253e /PKGBUILD
parent14e19f2cf0ba8f3273a69d3c83433dbca1d39605 (diff)
downloadaur-43cf442e1a02c02b53a4ee76311a3d20595f70ce.tar.gz
Add missing dependencies: glib2, asciidoc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a39b884c4968..81ecfcaa0e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=megatools
pkgver=1.9.98
-pkgrel=1
+pkgrel=2
pkgdesc="Command line client application for Mega.nz"
arch=('i686' 'x86_64' 'armv7h')
url="http://megatools.megous.com"
license=('GPL')
-depends=('curl')
+depends=('curl' 'glib2')
+makedepends=('asciidoc')
source=("http://megatools.megous.com/builds/megatools-${pkgver}.tar.gz")
options=(!libtool)
sha256sums=('9b0521a4d27dbc417fc8e12610ac1e1da729bf6d6eb5bef927ef3670b372a16f')