summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Sztandera2016-02-26 14:18:57 +0100
committerJakub Sztandera2016-02-26 14:18:57 +0100
commit003a2149b3d9d079167004c1902fcfdd6c03d37c (patch)
tree27723783a56f4e20c110b9377dfe9262ad78c228
parente41c108eca16dd2dd56be1c0d8efdb02d5e7115e (diff)
downloadaur-003a2149b3d9d079167004c1902fcfdd6c03d37c.tar.gz
Fix typo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d842df6bcb0..2f1690859148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 13:09:34 UTC 2016
+# Fri Feb 26 13:18:16 UTC 2016
pkgbase = gx
pkgdesc = Packaging tool built around the distributed, content addressed filesystem IPFS. It aims to be flexible, powerful and simple.
pkgver = 0.3.0
@@ -9,6 +9,7 @@ pkgbase = gx
arch = x86_64
arch = armv7h
license = MIT
+ makedepends = git
makedepends = go
optdepends = gx-go: gx packaing module for go
source = git+https://github.com/whyrusleeping/gx.git
diff --git a/PKGBUILD b/PKGBUILD
index 680aa051855e..a8021bbbe7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Packaging tool built around the distributed, content addressed filesyst
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/whyrusleeping/$pkgname"
license=('MIT')
-makedepends=('git', 'go')
+makedepends=('git' 'go')
optdepends=('gx-go: gx packaing module for go')
source=("git+${url}.git")
md5sums=('SKIP')