[PKGBUILD] Switch from md5 to sha512 checksum, code cleanup
Remove comment out line of code Replace tabs with spaces (yes I’m this kind of guy) Fix indentation
This commit is contained in:
@@ -10,14 +10,14 @@ depends=()
|
||||
makedepends=('rustup' 'git')
|
||||
options=('strip' 'zipman')
|
||||
source=("$pkgname::git+https://labs.phundrak.com/phundrak/pumopm.git#branch=develop")
|
||||
md5sums=('SKIP')
|
||||
sha512sums=('SKIP')
|
||||
conflicts=('pumopm' 'pumopm-bin')
|
||||
# If Phundrak’s Gitea takes too long to answer, or if it is down, use the
|
||||
# Github mirror
|
||||
# source=("$pkgname}::git+https://github.com/Phundrak/pumopm.git#branch=develop")
|
||||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
cd "$pkgname"
|
||||
git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user