summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStig Otnes Kolstad2020-01-30 09:37:25 +0100
committerStig Otnes Kolstad2020-01-30 09:37:49 +0100
commit1e4b3376ba8ec1bda9e7e8cda046e0f2d41e891a (patch)
tree6e0ae9d1bcda90cc986b12c3beb5d3cf20b00a1a /PKGBUILD
parente90dd1d81609a82be01b5af162ffa6c19757c938 (diff)
downloadaur-1e4b3376ba8ec1bda9e7e8cda046e0f2d41e891a.tar.gz
Revert "Use git+https schema"
This reverts commit 6cbffb5d86a71ea283d7f1a6b99ec64ece8ebc67. This only created problems when updating existing clients. It didn't actually make sense to change it in the first place, but I got a hickup.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af555a42f57c..9dd064f3ff66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
license=("GPL3")
depends=()
makedepends=('openssl' 'libgit2' 'gettext' 'cargo')
-source=("git+https://github.com/cortex/ripasso.git")
+source=("git://github.com/cortex/ripasso.git")
conflicts=('ripasso')
md5sums=('SKIP')