summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhut2024-04-25 01:19:57 +0200
committerhut2024-04-25 01:19:57 +0200
commit7e30c4e7414a42bdfb5c37b8161ec3adf3e905d8 (patch)
treeb73abb24df876e08440ed08f73c7f35f38ccc6a2 /PKGBUILD
parent247bba3a027e2b2b4c53c9d56e252806ddf38b93 (diff)
downloadaur-7e30c4e7414a42bdfb5c37b8161ec3adf3e905d8.tar.gz
update install script path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d78bb14578e..fb5096e4d4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Roman Zimbelmann <hut@hut.pm>
pkgname=outfly-git
-pkgver=0.7.2_21_ged1ef1b
+pkgver=0.8.0_5_gc7e439a
pkgrel=1
pkgdesc="A breathtaking 3D space game in the rings of Jupiter"
arch=('any')
@@ -31,5 +31,5 @@ build() {
package() {
cd "$srcdir/$pkgname"
- build/linux/install.sh "$pkgdir"
+ src/build/linux/install.sh "$pkgdir"
}