Compare commits

...

2 Commits

Author SHA1 Message Date
Manuel 5f52bcf10c upgpkg: ntfs2btrfs-git 20240115.r0.g1d55788-1
upstream release
2024-04-11 19:31:33 +02:00
Manuel b9cd57b9ae Replace checksums with sha512 2023-12-03 20:31:07 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = ntfs2btrfs-git pkgbase = ntfs2btrfs-git
pkgdesc = In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs 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 pkgrel = 1
url = https://github.com/maharmstone/ntfs2btrfs url = https://github.com/maharmstone/ntfs2btrfs
arch = x86_64 arch = x86_64
@ -15,6 +15,6 @@ pkgbase = ntfs2btrfs-git
provides = ntfs2btrfs provides = ntfs2btrfs
conflicts = ntfs2btrfs conflicts = ntfs2btrfs
source = git+https://github.com/maharmstone/ntfs2btrfs.git source = git+https://github.com/maharmstone/ntfs2btrfs.git
sha256sums = SKIP sha512sums = SKIP
pkgname = ntfs2btrfs-git pkgname = ntfs2btrfs-git

View File

@ -2,7 +2,7 @@
# Contributor: N Fytilis <n-fit AT live.com> # Contributor: N Fytilis <n-fit AT live.com>
pkgname=ntfs2btrfs-git pkgname=ntfs2btrfs-git
pkgver=20230501.r0.ga8fd1a2 pkgver=20240115.r0.g1d55788
pkgrel=1 pkgrel=1
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs" pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
arch=('x86_64') arch=('x86_64')
@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'pkgconf')
provides=("${pkgname%-git}") provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}") conflicts=("${pkgname%-git}")
source=("git+${url}.git") source=("git+${url}.git")
sha256sums=('SKIP') sha512sums=('SKIP')
pkgver() { pkgver() {
cd "${pkgname%-git}" cd "${pkgname%-git}"