From 36e6fa7b09664c7489c02260a2d609f1f72ee0d7 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 23 Aug 2020 15:56:52 +0300 Subject: [PATCH] added aarch64 to PKGBUILD --- pkg/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 1eec661..3dfca9f 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Lightweight and fast MJPG-HTTP streamer" url="https://github.com/pikvm/ustreamer" license=(GPL) -arch=(i686 x86_64 armv6h armv7h) +arch=(i686 x86_64 armv6h armv7h aarch64) depends=(libjpeg libevent libutil-linux libbsd) # optional: raspberrypi-firmware for OMX encoder # optional: wiringpi for GPIO support