diff --git a/packages/.gitignore b/packages/.gitignore index 391a30c..279bebc 100644 --- a/packages/.gitignore +++ b/packages/.gitignore @@ -4,6 +4,7 @@ */*.pkg.tar.zst.sig */*.tar.gz */*.zip +*/*.AppImage */*.log !*/keys/ diff --git a/packages/alist/PKGBUILD b/packages/alist/PKGBUILD index 682e762..55bad35 100644 --- a/packages/alist/PKGBUILD +++ b/packages/alist/PKGBUILD @@ -4,9 +4,9 @@ pkgname='alist' pkgver=3.32.0 pkgrel=1 pkgdesc='A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs.' +arch=('x86_64' 'aarch64' 'riscv64') url="https://github.com/alist-org/alist" license=('AGPL-3.0-or-later') -arch=('x86_64' 'aarch64' 'riscv64') depends=('alist-web' 'glibc') makedepends=('go') backup=("etc/${pkgname}/config.json")