mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-17 17:21:55 +00:00
fixed arch deps
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user