Replace checksums with sha512
This commit is contained in:
parent
dca5057ca0
commit
b9cd57b9ae
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -15,6 +15,6 @@ pkgbase = ntfs2btrfs-git
|
|||
provides = ntfs2btrfs
|
||||
conflicts = ntfs2btrfs
|
||||
source = git+https://github.com/maharmstone/ntfs2btrfs.git
|
||||
sha256sums = SKIP
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = ntfs2btrfs-git
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'pkgconf')
|
|||
provides=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
source=("git+${url}.git")
|
||||
sha256sums=('SKIP')
|
||||
sha512sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${pkgname%-git}"
|
||||
|
|
Loading…
Reference in a new issue