summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Hvornum2023-07-31 09:48:28 +0200
committerAnton Hvornum2023-07-31 09:48:28 +0200
commit920623798c9f054fffd2f8f13859459e1ce19c37 (patch)
tree2b6fe6b78b2ecc6de706ef7ac7eccbb0452e4b3a
parent4030ff8e2f1d7230954600752413d389b57485aa (diff)
downloadaur-920623798c9f054fffd2f8f13859459e1ce19c37.tar.gz
Fixed prepare()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91c28d9daec8..50eb213a49b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archinstall-git
pkgdesc = Just another guided/automated Arch Linux installer with a twist
pkgver = 2.6.0.r5.g0852a7c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/archlinux/archinstall
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index a8ae12b6e471..5bb9091c483f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=archinstall
pkgname=archinstall-git
pkgver=2.6.0.r5.g0852a7c
-pkgrel=1
+pkgrel=2
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=('any')
url="https://github.com/archlinux/$_name"
@@ -47,7 +47,7 @@ pkgver() {
}
prepare() {
- cd $pkgname-$pkgver
+ cd "$_name"
}
build() {