Replace checksums with sha512
This commit is contained in:
parent
c73c86f9fe
commit
1255e64873
8 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue