summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcybaol2023-01-27 21:31:26 +0800
committercybaol2023-01-27 21:31:26 +0800
commitce0a6681c052c9ee24d34a43a4d88dd5b99a9140 (patch)
treec8cc111a05ead0d066b4ad50d34d1d4b38344e7c
parentd8415206f69d41e7d7d8b30145e1ff79aec88df5 (diff)
downloadaur-ce0a6681c052c9ee24d34a43a4d88dd5b99a9140.tar.gz
merge master
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda902724980..d3dfea656704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eastl
pkgdesc = Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
pkgver = 3.18.00
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/electronicarts/EASTL
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 7b65927bc2f9..d5c74247b7dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=eastl
_pkgname=EASTL
pkgver=3.18.00
-pkgrel=1
+pkgrel=2
pkgdesc="Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance."
arch=('any')
url="https://github.com/electronicarts/EASTL"