summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro Freitas2015-09-10 01:09:21 -0300
committerPedro Freitas2015-09-10 01:09:21 -0300
commit39d02e47addeb95a77b919c7ee5c4d9f64877ed2 (patch)
treead9b597e0ff4db4259293c0b8bb4cdbf1131f52e /PKGBUILD
parenta34f0ee00645c8459e54947e9fc8fee0267c4733 (diff)
downloadaur-39d02e47addeb95a77b919c7ee5c4d9f64877ed2.tar.gz
Added 'curl' as dependency...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41f4888245e8..f218d6b59e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A command line pastebin - shell"
arch=('any')
license=('unknown')
url="ix.io/client"
-depends=('bash')
+depends=('bash' 'curl')
source=("${pkgname}::git://github.com/PedroSFreitas/ix-client.git")
md5sums=('SKIP')
sha256sums=('SKIP')