summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2021-03-26 22:14:47 +0300
committerDevaev Maxim2021-03-26 22:14:47 +0300
commit43407f223c64ed2068f2d98275881cf04a6b422f (patch)
tree7d1e24e888cb0a1a57ac20f7811f032474768221
parent409960e9c19d8cb1048359977bede94af885ce07 (diff)
downloadaur-43407f223c64ed2068f2d98275881cf04a6b422f.tar.gz
3.23
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7168b8dbd6f..cca12f5ff090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ustreamer
pkgdesc = Lightweight and fast MJPG-HTTP streamer
- pkgver = 3.14
+ pkgver = 3.23
pkgrel = 1
url = https://github.com/pikvm/ustreamer
arch = i686
@@ -14,11 +14,10 @@ pkgbase = ustreamer
makedepends = python-setuptools
depends = libjpeg
depends = libevent
- depends = libutil-linux
depends = libbsd
depends = libgpiod
depends = python
- source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v3.14
+ source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v3.23
md5sums = SKIP
pkgname = ustreamer
diff --git a/PKGBUILD b/PKGBUILD
index f459d86ca0d7..508c19c6a94a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ustreamer
-pkgver=3.14
+pkgver=3.23
pkgrel=1
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)