summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2017-06-01 12:40:26 +0300
committerNeoTheFox2017-06-01 12:40:26 +0300
commit05ccb972f2b5b948ca4b0b7c39337ff36ae3fe16 (patch)
treee25b0100ab8dfb2a022a32311a6ea00bed984187 /PKGBUILD
parent86448d9e8e8817b7513ce8c0abbeaef9a99fa262 (diff)
downloadaur-3delta-git.tar.gz
fixed git url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da6634862add..8c8f10b157cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ provides=('3delta')
# The git repo is detected by the 'git:' or 'git+' beginning. The branch
# '$pkgname' is then checked out upon cloning, expediating versioning:
#source=('git+https://github.com/falconindy/expac.git'
-source=("$pkgname"::'https://github.com/minad/3delta.git')
+source=("$pkgname"::'git+https://github.com/minad/3delta.git')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')