mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 14:15:44 +01:00
update to 1.2
This commit is contained in:
parent
70f086a9f7
commit
792f7198b6
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.2/alescript.tar.gz
|
||||
sha256sums = ed7bc0fdf6b2886d727c2ef17cce654417adda1aef12e8cd87885039daefa8a2
|
||||
sha256sums = 84ad4e559559b159ec46e85c696dc288e2d4460a037e5e79c005c8bf1840457f
|
||||
|
||||
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/alescript.tar.gz")
|
||||
sha256sums=('cd25938456b5c4f950197a5047aafd79024703294857835787b8d0d015875b37')
|
||||
sha256sums=('84ad4e559559b159ec46e85c696dc288e2d4460a037e5e79c005c8bf1840457f')
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/alescript/alescript" "$pkgdir/usr/bin/alescript"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue