removed libuuid dep and using get_now_id()

This commit is contained in:
Devaev Maxim
2021-03-07 14:54:13 +03:00
parent 9704fb054c
commit 1187ace2a2
11 changed files with 18 additions and 26 deletions

View File

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