summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJacob Winski2023-10-10 19:31:13 -0400
committerJacob Winski2023-10-10 19:31:13 -0400
commitf7152d1c486281e02e97a0ac90fb422f6354a92a (patch)
tree96f58821d95cd29cdcab33c35f44e141519befa4 /PKGBUILD
parent2e7f2d0d058a441201b5b345fe4f96a0131e4055 (diff)
downloadaur-vcprompt-git.tar.gz
change source URL to github's git+https format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9460fca82ab..5fe03a9814e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vcprompt
pkgname=$_pkgname-git
pkgver=20201228.g850bf44
-pkgrel=1
+pkgrel=2
pkgdesc="Version control information in your prompt"
arch=(x86_64)
url="https://github.com/powerman/vcprompt"
@@ -12,7 +12,7 @@ depends=('sqlite' 'perl')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=(git://github.com/powerman/${_pkgname}.git)
+source=("git+https://github.com/powerman/${_pkgname}.git")
md5sums=('SKIP')
pkgver() {