summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e64da735e370..ce050448f913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hhhhhhhhhn <hhhhhhhhhn@protonmail.com>
pkgname="austral-git"
pkgver=v0.2.0.r3.gd8ccef5
-pkgrel=1
+pkgrel=2
pkgdesc="Systems language with linear types and capability-based security."
arch=("x86_64")
url="https://github.com/austral/austral"
@@ -25,7 +25,7 @@ build() {
package() {
cd "austral"
- install -Dm 755 ./austral "$pkgdir/usr/local/bin/austral"
+ install -Dm 755 ./austral "$pkgdir/usr/bin/austral"
}
pkgver() {