git » libev.git » commit bdfe7d5

libev 4.33

author Urja (ARMLFS builder)
2025-03-02 10:21:45 UTC
committer Urja (ARMLFS builder)
2025-03-02 10:21:45 UTC
parent a48a985948e78626cd471f8ae8ee85d30f890d49

libev 4.33

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

diff --git a/.SRCINFO b/.SRCINFO
index 7361a3c..69e74af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = libev
 	pkgrel = 3
 	url = https://software.schmorp.de/pkg/libev.html
 	arch = x86_64
+	arch = armv7h
 	license = BSD
 	depends = glibc
 	provides = libev.so
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 f0509ad..f72c220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libev
 pkgver=4.33
 pkgrel=3
 pkgdesc="A full-featured and high-performance event loop"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="https://software.schmorp.de/pkg/libev.html"
 license=('BSD')
 depends=('glibc')