From 72e2c6dabecfce0bbd73767c8fd239b9388c71d7 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 2 Jul 2026 06:41:43 +0300 Subject: [PATCH] fixed arch deps --- linters/Dockerfile | 2 +- pkg/arch/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linters/Dockerfile b/linters/Dockerfile index 0286a45..7cbeb00 100644 --- a/linters/Dockerfile +++ b/linters/Dockerfile @@ -9,7 +9,7 @@ RUN pacman -Syu --noconfirm \ && pacman -S --needed --noconfirm \ vim \ git \ - libjpeg \ + libjpeg-turbo \ libevent \ libutil-linux \ libbsd \ diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 5f20906..c5ff7d5 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -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)