Compare commits

..

No commits in common. "6dfa49d9d8985f38ab3fa5115230dc62efbba7e1" and "56c67f3b9fb79f2866a3259cbe1335c9cb00bb74" have entirely different histories.

4 changed files with 7 additions and 7 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 = 20250616.r0.g2b4e00a 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

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=20250616.r0.g2b4e00a 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')

View file

@ -1,6 +1,6 @@
pkgbase = ntfs2btrfs pkgbase = ntfs2btrfs
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 = 20250616 pkgver = 20240115
pkgrel = 1 pkgrel = 1
url = https://github.com/maharmstone/ntfs2btrfs url = https://github.com/maharmstone/ntfs2btrfs
arch = x86_64 arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ntfs2btrfs
depends = zlib depends = zlib
depends = lzo depends = lzo
depends = zstd depends = zstd
source = https://github.com/maharmstone/ntfs2btrfs/archive/20250616/ntfs2btrfs-20250616.tar.gz source = https://github.com/maharmstone/ntfs2btrfs/archive/20240115/ntfs2btrfs-20240115.tar.gz
sha512sums = 86d7964667d1109f509d9a7972391d6294f18006ace63f8a9221ee8b74057273fe0cffdcd2c59bfc2b084eaccc1ba56ddc8ec3bb87a97d3e36d64f23aca8d7f1 sha512sums = c614e33b83a4dad25b07335f42161223804935bbee19a72a6576fe361a7edf91502773facc14c767e02abff03fd26d902ab2cd0d8f8bcde8ba10c56869d01873
pkgname = ntfs2btrfs pkgname = ntfs2btrfs

View file

@ -1,7 +1,7 @@
# Maintainer: Manuel Hüsers <aur@huesers.de> # Maintainer: Manuel Hüsers <aur@huesers.de>
pkgname=ntfs2btrfs pkgname=ntfs2btrfs
pkgver=20250616 pkgver=20240115
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')
@ -10,7 +10,7 @@ license=('GPL-2.0-or-later')
depends=('fmt' 'zlib' 'lzo' 'zstd') depends=('fmt' 'zlib' 'lzo' 'zstd')
makedepends=('cmake' 'pkgconf') makedepends=('cmake' 'pkgconf')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('86d7964667d1109f509d9a7972391d6294f18006ace63f8a9221ee8b74057273fe0cffdcd2c59bfc2b084eaccc1ba56ddc8ec3bb87a97d3e36d64f23aca8d7f1') sha512sums=('c614e33b83a4dad25b07335f42161223804935bbee19a72a6576fe361a7edf91502773facc14c767e02abff03fd26d902ab2cd0d8f8bcde8ba10c56869d01873')
build() { build() {
cmake -B build -S "$pkgname-$pkgver" \ cmake -B build -S "$pkgname-$pkgver" \