upgpkg: ntfs2btrfs 20230501-1

upstream release
This commit is contained in:
Manuel 2023-05-01 23:23:32 +02:00
parent 536699a8b2
commit 4024da54f4
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = ntfs2btrfs
pkgdesc = In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs
pkgver = 20220812
pkgver = 20230501
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/20220812/ntfs2btrfs-20220812.tar.gz
sha256sums = 9ce07535e6191ab45f204a4dd281be4768d7917df4426ee7c71aa9c308a2fe93
source = https://github.com/maharmstone/ntfs2btrfs/archive/20230501/ntfs2btrfs-20230501.tar.gz
sha256sums = 15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730
pkgname = ntfs2btrfs

View File

@ -1,16 +1,16 @@
# Maintainer: Manuel Hüsers <aur@huesers.de>
pkgname=ntfs2btrfs
pkgver=20220812
pkgver=20230501
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/ntfs2btrfs'
url="https://github.com/maharmstone/$pkgname"
license=('GPL2')
depends=('fmt' 'zlib' 'lzo' 'zstd')
makedepends=('cmake' 'pkgconf')
source=("https://github.com/maharmstone/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('9ce07535e6191ab45f204a4dd281be4768d7917df4426ee7c71aa9c308a2fe93')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730')
build() {
cmake -B build -S "$pkgname-$pkgver" \