Compare commits
2 commits
dca5057ca0
...
5f52bcf10c
Author | SHA1 | Date | |
---|---|---|---|
5f52bcf10c | |||
b9cd57b9ae |
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue