summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-03-04 15:49:11 +0300
committerDevaev Maxim2019-03-04 15:49:11 +0300
commite19819e82e7fab2f1c5856e5d37a4af84358b393 (patch)
treefa390f2ebf9a06c2bc1e569ffb8067417e5871bb
parent6d036068fe677f1e27fd1c0f30b60dd7723f91bc (diff)
downloadaur-e19819e82e7fab2f1c5856e5d37a4af84358b393.tar.gz
Update to 0.54-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d95ec239bf5..14df167e0831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ustreamer
pkgdesc = Lightweight and fast MJPG-HTTP streamer
- pkgver = 0.53
+ pkgver = 0.54
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 = https://github.com/pi-kvm/ustreamer/archive/v0.53.tar.gz
+ source = https://github.com/pi-kvm/ustreamer/archive/v0.54.tar.gz
md5sums = SKIP
pkgname = ustreamer
diff --git a/PKGBUILD b/PKGBUILD
index 66ad322e07f1..5a118a16fd70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ustreamer
-pkgver=0.53
+pkgver=0.54
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 compressor
+# optional: raspberrypi-firmware for OMX JPEG encoder
makedepends=(gcc make)
source=("$url/archive/v$pkgver.tar.gz")
md5sums=(SKIP)