summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkbwhodat2024-02-13 20:00:58 -0500
committerkbwhodat2024-02-13 20:00:58 -0500
commitac295d609fb771b8e3a57d50799ac7729dbd4b45 (patch)
tree8e9cddbcb18785b8c796164d131fa80a3c623f44
parentb8754bf47d962e87642f7cb73b6b0805684c2750 (diff)
downloadaur-ac295d609fb771b8e3a57d50799ac7729dbd4b45.tar.gz
updating pkgbuild
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e0f0d93315d..1ad8c99d5647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kbwhodat/gonchill/relea
sha256sums=('SKIP')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
go build -o "$pkgname" main.go
}