summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Shammas2022-01-19 14:29:31 -0500
committerGeorge Shammas2022-01-19 14:29:31 -0500
commit74d7bc391802586fec8abdd1d913a4714ad6e34a (patch)
tree49bc53b0771ffed55ac4868367d705a25f0f2231 /PKGBUILD
parent95cf61474c50e8bf2f4d5fb610da75a8e011bb6c (diff)
downloadaur-git-vfs.tar.gz
Make tarball include package name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7431ee4d061d..1a232ce89925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=git-vfs
_pkgname=git
pkgver=2.34.1.vfs.0.0
_pkgver=${pkgver} # Sometimes needed when the tarball has a different name
-pkgrel=1
+pkgrel=2
pkgdesc='Microsoft fork of git including gvfs and scalar'
arch=('x86_64')
provides=('git')
@@ -30,7 +30,7 @@ optdepends=('tk: gitk and git gui'
'org.freedesktop.secrets: keyring credential helper'
'libsecret: libsecret credential helper')
install=git.install
-source=("https://github.com/microsoft/git/archive/refs/tags/v${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/microsoft/git/archive/refs/tags/v${pkgver}.tar.gz"
'git-daemon@.service'
'git-daemon.socket'
'git-sysusers.conf')