summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-10-11 06:42:34 +0300
committerDevaev Maxim2019-10-11 06:42:34 +0300
commit1078c8a689772af73f9a4ccbdcd8764f02f48016 (patch)
treeb43ee014369231021400f9bebb1238450a6a9f52
parent9e471a2712067537cdb3e5692b5cff456b47bfb2 (diff)
downloadaur-1078c8a689772af73f9a4ccbdcd8764f02f48016.tar.gz
Update to 1.7-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e59c788374e4..da386c554bf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ustreamer
pkgdesc = Lightweight and fast MJPG-HTTP streamer
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/pikvm/ustreamer
arch = i686
@@ -13,7 +13,8 @@ pkgbase = ustreamer
depends = libjpeg
depends = libevent
depends = libutil-linux
- source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v1.6
+ depends = libbsd
+ source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v1.7
md5sums = SKIP
pkgname = ustreamer
diff --git a/PKGBUILD b/PKGBUILD
index 1ea5dac53893..dc518641dbce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ustreamer
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="Lightweight and fast MJPG-HTTP streamer"
url="https://github.com/pikvm/ustreamer"
license=(GPL)
arch=(i686 x86_64 armv6h armv7h)
-depends=(libjpeg libevent libutil-linux)
+depends=(libjpeg libevent libutil-linux libbsd)
# optional: raspberrypi-firmware for OMX encoder
# optional: wiringpi for GPIO support
makedepends=(gcc make)