diff options
| author | Jai A P <jai.jap.318@gmail.com> | 2022-04-06 10:39:28 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-06 10:39:28 +0530 |
| commit | 8730cd85a290f6a4e325036c485b4e1d29f3ff43 (patch) | |
| tree | 28c71f1a246917f323205755dc240b612bdf1701 /pkgbuilds | |
| parent | aff3861067f3f0716f91586dce6a747a365c21cd (diff) | |
| download | box64-8730cd85a290f6a4e325036c485b4e1d29f3ff43.tar.gz box64-8730cd85a290f6a4e325036c485b4e1d29f3ff43.zip | |
Update PKGBUILD-rk3399
Diffstat (limited to 'pkgbuilds')
| -rw-r--r-- | pkgbuilds/PKGBUILD-rk3399 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgbuilds/PKGBUILD-rk3399 b/pkgbuilds/PKGBUILD-rk3399 index 84745761..da396e49 100644 --- a/pkgbuilds/PKGBUILD-rk3399 +++ b/pkgbuilds/PKGBUILD-rk3399 @@ -1,7 +1,7 @@ -# Maintainer: Jai-JAP <parjailu@gmail.com> +# Maintainer: Jai-JAP <jai.jap.318@gmail.com> # Author: Sebastien Chevalier <ptitseb@box86.org> pkgname=box86-rk3399-git -pkgver=1116.9243ea4 +pkgver=1495.e6e9fae pkgrel=1 pkgdesc="Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices." arch=('aarch64') @@ -41,4 +41,4 @@ package() { mv usr/local/bin/ usr/bin/ # cleanup when dir is empty rmdir usr/local || exit 0 -} \ No newline at end of file +} |