Date: Wednesday, February 15, 2023 @ 21:46:09
Author: artafinde
Revision: 1400705
upgpkg: lmdbxx set x86_64 architecture on lmdbxx
Modified:
lmdbxx/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-15 21:29:43 UTC (rev 1400704)
+++ PKGBUILD 2023-02-15 21:46:09 UTC (rev 1400705)
@@ -5,7 +5,7 @@
pkgver=1.0.0
pkgrel=2
pkgdesc="C++17 wrapper for the LMDB embedded B+ tree database library"
-arch=('any')
+arch=('x86_64')
url="https://github.com/hoytech/lmdbxx"
license=('Unlicense')
depends=(lmdb)