diff options
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 6 insertions, 4 deletions
@@ -1,9 +1,10 @@ pkgbase = eastl pkgdesc = Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance. pkgver = 3.21.23 - pkgrel = 2 + pkgrel = 3 url = https://github.com/electronicarts/EASTL - arch = any + arch = x86_64 + arch = riscv64 license = BSD-3-Clause makedepends = cmake makedepends = git diff --git a/.gitignore b/.gitignore index 6cb9170c517a..e33a3b0706ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ EASTL/ src/ pkg/ +*.log *.tar.gz *.pkg.tar.xz *.pkg.tar.zst @@ -3,9 +3,9 @@ pkgname=eastl _pkgname=EASTL pkgver=3.21.23 -pkgrel=2 +pkgrel=3 pkgdesc="Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance." -arch=('any') +arch=('x86_64' 'riscv64') url="https://github.com/electronicarts/EASTL" license=("BSD-3-Clause") makedepends=("cmake" "git") |