mirror of
https://github.com/archlinux/aur.git
synced 2026-02-22 05:42:05 +01:00
Fix
This commit is contained in:
parent
8ed66dc9f0
commit
0704ebcf9b
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = alescript
|
||||
pkgdesc = A programming language targeted for building console applications.
|
||||
pkgver = 1.0
|
||||
pkgrel = 7
|
||||
pkgrel = 8
|
||||
url = https://jd.pnc3.net/software/alescript
|
||||
arch = x86_64
|
||||
license = Apache-2.0
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jacob Meyers <jeyersdev@gmail.com>
|
||||
pkgname=alescript
|
||||
pkgver=1.0
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="A programming language targeted for building console applications."
|
||||
arch=('x86_64')
|
||||
url="https://jd.pnc3.net/software/alescript"
|
||||
|
|
@ -12,5 +12,5 @@ source=("https://github.com/Jeyers-Development/aleScript-main/releases/download/
|
|||
sha256sums=('cd25938456b5c4f950197a5047aafd79024703294857835787b8d0d015875b37')
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/alescript" "$pkgdir/usr/bin/alescript"
|
||||
install -Dm755 "$srcdir/alescript/alescript" "$pkgdir/usr/bin/alescript"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue