mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update PKGBUILD to version 1.0-2
This commit is contained in:
parent
5253d47867
commit
13238517e5
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -9,6 +9,6 @@ pkgbase = alescript
|
|||
makedepends = gcc
|
||||
makedepends = make
|
||||
source = https://github.com/Jeyers-Development/aleScript-main/releases/download/1.0-1/alescript.tar.gz
|
||||
sha256sums = 7182db862228818b65f908fad88da3c79089956095599affeae66496d899b30b
|
||||
sha256sums = cd25938456b5c4f950197a5047aafd79024703294857835787b8d0d015875b37
|
||||
|
||||
pkgname = alescript
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -9,7 +9,7 @@ license=('Apache-2.0')
|
|||
depends=()
|
||||
makedepends=('cmake' 'gcc' 'make')
|
||||
source=("https://github.com/Jeyers-Development/aleScript-main/releases/download/$pkgver-$pkgrel/alescript.tar.gz")
|
||||
sha256sums=('7182db862228818b65f908fad88da3c79089956095599affeae66496d899b30b')
|
||||
sha256sums=('cd25938456b5c4f950197a5047aafd79024703294857835787b8d0d015875b37')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue