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 @@ RUN pacman -Syu --noconfirm \
&& pacman -S --needed --noconfirm \ && pacman -S --needed --noconfirm \
vim \ vim \
git \ git \
libjpeg \ libjpeg-turbo \
libevent \ libevent \
libutil-linux \ libutil-linux \
libbsd \ libbsd \

View File

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