summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcus Andersson2018-04-01 14:32:47 +0200
committerMarcus Andersson2018-04-01 14:32:47 +0200
commit5514330b7234b9c206361c8814085f31d6bbc1ab (patch)
tree0bbf946bf72cf795d78221a4cda1b872e9833bce /PKGBUILD
parent187eece403193789936b978dc021bc9d488ac8cc (diff)
downloadaur-5514330b7234b9c206361c8814085f31d6bbc1ab.tar.gz
Fix wrong path in install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07b60fc487b3..6c08e9d00051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=('custom:MIT')
provides=('icons-in-terminal')
conflicts=('icons-in-terminal')
depends=('fontconfig')
-source=('git+https://github.com/sebastiencs/icons-in-terminal.git')
+makedepends=('git')
+source=('git://github.com/sebastiencs/icons-in-terminal.git')
sha512sums=('SKIP')
pkgver() {