summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohan Förberg2022-03-20 11:27:23 +0100
committerJohan Förberg2022-03-20 11:28:30 +0100
commitcf00f6626143e122b2c8438eab8928e3d438e56c (patch)
treec2e334fbc37b8e861c3bcafc3f2b8e5b2d069961 /PKGBUILD
parentc5502e596bd336199c8b607fbc034e744b3e966d (diff)
downloadaur-zstd-git.tar.gz
Use git+http protocol for clone
As suggested by AUR user trizen.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd6c522d2994..5c2f8ba1f85d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johan Förberg <johan@forberg.se>
pkgname=zstd-git
_pkgname=zstd
-pkgver=1.4.7.r849.g925649b2d
+pkgver=1.4.7.r1086.g64efba4c5
pkgrel=1
pkgdesc='A fast and efficient compression algorithm.'
arch=('i686' 'x86_64' 'aarch64')
@@ -13,7 +13,7 @@ makedepends=('git')
conflicts=('zstd')
provides=('zstd' 'libzstd.so')
# Use the dev branch by default; upstream merges only full releases to master.
-source=('git://github.com/facebook/zstd.git#branch=dev')
+source=('git+https://github.com/facebook/zstd.git#branch=dev')
noextract=()
md5sums=('SKIP')