summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-07-13 07:15:50 +0300
committerDevaev Maxim2019-07-13 07:15:50 +0300
commit68d527541d7de819309c3be8895c77bc55aa6df0 (patch)
tree9b4773a68f6e52d813817860c33098d02a0ddfa6
parentfc106b28debda1824697d0157fbef7d21e634060 (diff)
downloadaur-68d527541d7de819309c3be8895c77bc55aa6df0.tar.gz
Update to 1.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec1faee787d6..ea4d181f89c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ustreamer
pkgdesc = Lightweight and fast MJPG-HTTP streamer
- pkgver = 0.81
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/pi-kvm/ustreamer
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ustreamer
depends = libjpeg
depends = libevent
depends = libutil-linux
- source = ustreamer::git+https://github.com/pi-kvm/ustreamer#commit=v0.81
+ source = ustreamer::git+https://github.com/pi-kvm/ustreamer#commit=v1.0
md5sums = SKIP
pkgname = ustreamer
diff --git a/PKGBUILD b/PKGBUILD
index 519d5415203a..5857eddfc169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ustreamer
-pkgver=0.81
+pkgver=1.0
pkgrel=1
pkgdesc="Lightweight and fast MJPG-HTTP streamer"
url="https://github.com/pi-kvm/ustreamer"
license=(GPL)
arch=(i686 x86_64 armv6h armv7h)
depends=(libjpeg libevent libutil-linux)
-# optional: raspberrypi-firmware for OMX JPEG encoder
+# optional: raspberrypi-firmware for OMX encoder
# optional: wiringpi for GPIO support
makedepends=(gcc make)
source=(${pkgname}::"git+https://github.com/pi-kvm/ustreamer#commit=v${pkgver}")