From b9cd57b9aed1a3ec5e7b94d6a0f0d55a40ea7690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 3 Dec 2023 20:31:07 +0100 Subject: [PATCH 1/2] Replace checksums with sha512 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1bfeed6..54eeda1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -15,6 +15,6 @@ pkgbase = ntfs2btrfs-git provides = ntfs2btrfs conflicts = ntfs2btrfs source = git+https://github.com/maharmstone/ntfs2btrfs.git - sha256sums = SKIP + sha512sums = SKIP pkgname = ntfs2btrfs-git diff --git a/PKGBUILD b/PKGBUILD index e37a8a2..a8065c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'pkgconf') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=("git+${url}.git") -sha256sums=('SKIP') +sha512sums=('SKIP') pkgver() { cd "${pkgname%-git}" From 5f52bcf10c9ad206e653ec30fa886c3bc85b2067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Thu, 11 Apr 2024 19:31:33 +0200 Subject: [PATCH 2/2] upgpkg: ntfs2btrfs-git 20240115.r0.g1d55788-1 upstream release --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 54eeda1..1d22772 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ntfs2btrfs-git pkgdesc = In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs - pkgver = 20230501.r0.ga8fd1a2 + pkgver = 20240115.r0.g1d55788 pkgrel = 1 url = https://github.com/maharmstone/ntfs2btrfs arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index a8065c2..b6e25ed 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: N Fytilis pkgname=ntfs2btrfs-git -pkgver=20230501.r0.ga8fd1a2 +pkgver=20240115.r0.g1d55788 pkgrel=1 pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs" arch=('x86_64')