Compare commits
No commits in common. "5f52bcf10c9ad206e653ec30fa886c3bc85b2067" and "dca5057ca0e3857a3c8814f231a6545204a4f48b" have entirely different histories.
5f52bcf10c
...
dca5057ca0
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ntfs2btrfs-git
|
||||
pkgdesc = In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs
|
||||
pkgver = 20240115.r0.g1d55788
|
||||
pkgver = 20230501.r0.ga8fd1a2
|
||||
pkgrel = 1
|
||||
url = https://github.com/maharmstone/ntfs2btrfs
|
||||
arch = x86_64
|
||||
|
@ -15,6 +15,6 @@ pkgbase = ntfs2btrfs-git
|
|||
provides = ntfs2btrfs
|
||||
conflicts = ntfs2btrfs
|
||||
source = git+https://github.com/maharmstone/ntfs2btrfs.git
|
||||
sha512sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = ntfs2btrfs-git
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: N Fytilis <n-fit AT live.com>
|
||||
|
||||
pkgname=ntfs2btrfs-git
|
||||
pkgver=20240115.r0.g1d55788
|
||||
pkgver=20230501.r0.ga8fd1a2
|
||||
pkgrel=1
|
||||
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
|
||||
arch=('x86_64')
|
||||
|
@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'pkgconf')
|
|||
provides=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
source=("git+${url}.git")
|
||||
sha512sums=('SKIP')
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${pkgname%-git}"
|
||||
|
|
Loading…
Reference in a new issue