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)