summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHanabishi2021-09-05 02:33:43 +0500
committerHanabishi2021-09-05 02:33:43 +0500
commitaf9df6870dab56e42dab4fff5f03531155805b43 (patch)
tree184a30dec8fe2d7cae17652a3aa389aedbe75f73 /PKGBUILD
parent7189ba46e07923ef7f0da950ce119eb6a37a4d1e (diff)
downloadaur-af9df6870dab56e42dab4fff5f03531155805b43.tar.gz
Fix kernel tree to before merge commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8119270b4f88..1d74b9658971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=('NTFS3-MODULE' 'ntfs3' 'ntfs3-dkms')
conflicts=('ntfs3')
options=('!strip')
-local rev=$(curl "https://api.github.com/repos/torvalds/linux/compare/master...Paragon-Software-Group:master" | perl -ne'/"total_commits":\s?(\d+),?/ && print $1')
+local rev=$(curl "https://api.github.com/repos/torvalds/linux/compare/6abaa83c7352b31450d7e8c173f674324c16b02b...Paragon-Software-Group:master" | perl -ne'/"total_commits":\s?(\d+),?/ && print $1')
local sha=$(curl -H "Accept: text/vnd.github.VERSION.sha" "https://api.github.com/repos/Paragon-Software-Group/linux-ntfs3/commits/master")
_pkgver="r${rev}.g${sha:0:7}"
@@ -19,7 +19,7 @@ source=(
dkms.conf
kernel-5.12-backport.patch
kernel-5.14-backport.patch
- "ntfs3-${_pkgver}.patch::https://github.com/torvalds/linux/compare/master...Paragon-Software-Group:master.diff"
+ "ntfs3-${_pkgver}.patch::https://github.com/torvalds/linux/compare/6abaa83c7352b31450d7e8c173f674324c16b02b...Paragon-Software-Group:master.diff"
)
sha512sums=(