git » python-pycryptodome.git » commit 094c8e3

python-pycryptodome 3.23.0

author Urja (ARMLFS builder)
2025-07-16 16:07:35 UTC
committer Urja (ARMLFS builder)
2025-07-16 16:07:35 UTC
parent 5d8814e15d84f3a55685450679582e341e354158

python-pycryptodome 3.23.0

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

diff --git a/.SRCINFO b/.SRCINFO
index 737f8a7..4baac0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = python-pycryptodome
 	pkgrel = 1
 	url = https://www.pycryptodome.org/
 	arch = x86_64
+	arch = armv7h
 	license = BSD
 	makedepends = git
 	makedepends = python-build
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 4c378f2..eed7dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=python-pycryptodome
 pkgver=3.23.0
 pkgrel=1
 license=('BSD')
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3."
 url='https://www.pycryptodome.org/'
 depends=('python' 'gmp')