summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2022-04-12 14:24:15 -0400
committerChris Severance2022-04-12 14:24:15 -0400
commit57d6659a8502546bee9300fcce60d7bbff0f61e7 (patch)
treeff429cafaf4c76fdddc1ac0641209279a176159f
parent49ee401b7fdb3425ee005f8aafdcfce91c96205a (diff)
downloadaur-57d6659a8502546bee9300fcce60d7bbff0f61e7.tar.gz
autu: Update to 2.1.99.r1070.g35d81a75a8-1 encrypted git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff7afdf9d3f..b1b3e532cd57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 19:40:33 UTC 2022
+# Tue Apr 12 18:24:15 UTC 2022
pkgbase = zfs-linux-git
- pkgver = 2.1.99.r909.g1282274f33
+ pkgver = 2.1.99.r1070.g35d81a75a8
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = zfs-linux-git
depends = kmod
depends = linux
options = !strip
- source = git://github.com/zfsonlinux/zfs.git
+ source = git+https://github.com/zfsonlinux/zfs.git
source = 0001-only-build-the-module-in-dkms.conf.patch
source = zfs.initcpio.install
source = zfs.initcpio.hook
diff --git a/PKGBUILD b/PKGBUILD
index 885229d5151f..81573fb0ff1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ fi
if [ "${_opt_UTIL}" -eq 1 ]; then
pkgname+=("zfs-utils${_opt_git}")
fi
-pkgver=2.1.99.r909.g1282274f33
+pkgver=2.1.99.r1070.g35d81a75a8
pkgrel=1
_pkgver="${pkgver%%.r*}"
#_commit="#branch=zfs-${_pkgver%.*}-release"
@@ -90,7 +90,7 @@ _fn_calc_extramodules() {
}
if [ ! -z "${_opt_git}" ]; then
- source[0]="git://github.com/zfsonlinux/zfs.git${_commit:-}"
+ source[0]="git+https://github.com/zfsonlinux/zfs.git${_commit:-}"
md5sums[0]='SKIP'
sha256sums[0]='SKIP'
b2sums[0]='SKIP'