summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2022-03-27 09:36:32 +0400
committerNeoTheFox2022-03-27 09:36:32 +0400
commitfb68d2040c461701424efced93bae570b3376f75 (patch)
tree7eb87740bec0e4704d96b2d363edee5d0bdf70b7 /PKGBUILD
parent12179cf0c60733b5757c3feb4b3fb130d19d09e8 (diff)
downloadaur-btfs-git.tar.gz
replaced git with git+https protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc6cd16cd1a5..20f29047b82c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=btfs-git
-pkgver=latest
-pkgrel=1
+pkgver=v2.24.r3.g3210332
+pkgrel=2
pkgdesc="bittorrent filesystem"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/johang/btfs"
@@ -12,7 +12,7 @@ provides=('btfs')
# 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"::'git://github.com/johang/btfs.git')
+source=("$pkgname"::'git+https://github.com/johang/btfs.git')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')