git » libb2.git » commit b7a6de7

libb2 0.98.1

author Urja (ARMLFS builder)
2025-12-23 14:42:43 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:43 UTC
parent 3b2c7c43505d7bd09c4bc0d452fc132681cf3c07

libb2 0.98.1

.SRCINFO +1 -0
.gitignore +2 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 166ac54..45a1b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = libb2
 	pkgrel = 3
 	url = https://blake2.net/
 	arch = x86_64
+	arch = armv7h
 	license = CC0-1.0
 	makedepends = git
 	depends = gcc-libs
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 7fad682..0f83de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgname=libb2
 pkgver=0.98.1
 pkgrel=3
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 pkgdesc='C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions'
 url='https://blake2.net/'
 license=(CC0-1.0)
@@ -31,7 +31,7 @@ build() {
     --disable-static \
     --enable-shared \
     --disable-native \
-    --enable-fat
+    --disable-fat
   make
 }