summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 521a64d44067..3d83dac20e3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 1552ac1e54b9..60d121079e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")