fixed arch deps

This commit is contained in:
Maxim Devaev
2026-07-02 06:41:43 +03:00
parent 686460fa29
commit 72e2c6dabe
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ pkgdesc="Lightweight and fast MJPEG-HTTP streamer"
url="https://github.com/pikvm/ustreamer"
license=(GPL)
arch=(i686 x86_64 armv6h armv7h aarch64)
depends=(libjpeg libevent libbsd libgpiod systemd)
depends=(libjpeg-turbo libevent libbsd libgpiod systemd)
makedepends=(gcc make pkgconf systemd)
source=(${pkgname}::"git+https://github.com/pikvm/ustreamer#commit=v${pkgver}")
md5sums=(SKIP)