summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStykers2019-06-30 21:52:22 +0900
committerStykers2019-06-30 21:52:22 +0900
commit8435771fca9ac751dc1ddfaa4805fbc1899047ea (patch)
tree469aaad0c69f0b2f78a4511df9359f313513e112 /PKGBUILD
parent4731f7b3734b72f5e237bcdb838c0a2aca27d5e6 (diff)
downloadaur-sparkz.tar.gz
fix source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c53d81e1912a..60c9df56d70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://git.stykers.moe/scm/sparkz/sparkz.git"
license=('GPL')
depends=('python' 'python-virtualenv' 'bash')
-source=('sparkz::https://git.stykers.moe/scm/sparkz/sparkz.git')
+source=('sparkz::git+https://git.stykers.moe/scm/sparkz/sparkz.git')
install=${pkgname}.install
md5sums=('SKIP')