Compare commits

..

No commits in common. "d85101e522cf58cf1cad2bcb45fc8e1cb3391ad1" and "536699a8b26b51cde392404e2826ea53a8123a9b" have entirely different histories.

4 changed files with 9 additions and 9 deletions

View file

@ -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 = 20220812.r10.gb8ae0f8
pkgrel = 1
url = https://github.com/maharmstone/ntfs2btrfs
arch = x86_64

View file

@ -2,7 +2,7 @@
# Contributor: N Fytilis <n-fit AT live.com>
pkgname=ntfs2btrfs-git
pkgver=20230501.r0.ga8fd1a2
pkgver=20220812.r10.gb8ae0f8
pkgrel=1
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
arch=('x86_64')

View file

@ -1,6 +1,6 @@
pkgbase = ntfs2btrfs
pkgdesc = In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs
pkgver = 20230501
pkgver = 20220812
pkgrel = 1
url = https://github.com/maharmstone/ntfs2btrfs
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ntfs2btrfs
depends = zlib
depends = lzo
depends = zstd
source = https://github.com/maharmstone/ntfs2btrfs/archive/20230501/ntfs2btrfs-20230501.tar.gz
sha256sums = 15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730
source = https://github.com/maharmstone/ntfs2btrfs/archive/20220812/ntfs2btrfs-20220812.tar.gz
sha256sums = 9ce07535e6191ab45f204a4dd281be4768d7917df4426ee7c71aa9c308a2fe93
pkgname = ntfs2btrfs

View file

@ -1,16 +1,16 @@
# Maintainer: Manuel Hüsers <aur@huesers.de>
pkgname=ntfs2btrfs
pkgver=20230501
pkgver=20220812
pkgrel=1
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
arch=('x86_64')
url="https://github.com/maharmstone/$pkgname"
url='https://github.com/maharmstone/ntfs2btrfs'
license=('GPL2')
depends=('fmt' 'zlib' 'lzo' 'zstd')
makedepends=('cmake' 'pkgconf')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730')
source=("https://github.com/maharmstone/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('9ce07535e6191ab45f204a4dd281be4768d7917df4426ee7c71aa9c308a2fe93')
build() {
cmake -B build -S "$pkgname-$pkgver" \