git » wol.git » commit 93108eb

wol 0.7.1

author Urja (ARMLFS builder)
2026-03-28 01:20:57 UTC
committer Urja (ARMLFS builder)
2026-03-28 01:20:57 UTC
parent ab18967d176247d1d671f349261c660510404ee8

wol 0.7.1

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

diff --git a/.SRCINFO b/.SRCINFO
index d9d5d50..b491923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = wol
 	pkgrel = 11
 	url = http://ahh.sourceforge.net/wol/
 	arch = x86_64
+	arch = armv7h
 	license = GPL-2.0-only
 	source = https://downloads.sourceforge.net/ahh/wol-0.7.1.tar.gz
 	source = https://downloads.sourceforge.net/ahh/wol-0.7.1.tar.gz.asc
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 aea131b..7b140c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgname=wol
 pkgver=0.7.1
 pkgrel=11
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 pkgdesc="Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant"
 license=("GPL-2.0-only")
 url="http://ahh.sourceforge.net/wol/"