summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f7d099faf8c..2d70733f3bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="git user manager"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/jsmartx/giter"
license=('UNKNOWN')
-depends=('glibc')
-makedepends=('git' 'go')
+depends=('glibc' 'git')
+makedepends=('go')
provides=('giter')
conflicts=('giter')
source=("$pkgname::git+$url")