mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Fix SHA256 for paru build
This commit is contained in:
parent
085168e54a
commit
69ad94040d
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -8,6 +8,7 @@ pkgbase = alescript
|
|||
makedepends = cmake
|
||||
makedepends = gcc
|
||||
makedepends = make
|
||||
noextract = alescript.tar.gz
|
||||
source = https://github.com/Jeyers-Development/aleScript-main/releases/download/1.0/alescript.tar.gz
|
||||
sha256sums = 7182db862228818b65f908fad88da3c79089956095599affeae66496d899b30b
|
||||
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -9,6 +9,7 @@ license=('Apache-2.0')
|
|||
depends=()
|
||||
makedepends=('cmake' 'gcc' 'make')
|
||||
source=("https://github.com/Jeyers-Development/aleScript-main/releases/download/$pkgver/alescript.tar.gz")
|
||||
noextract=('alescript.tar.gz')
|
||||
sha256sums=('7182db862228818b65f908fad88da3c79089956095599affeae66496d899b30b')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue