summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2020-08-23 15:57:55 +0300
committerDevaev Maxim2020-08-23 15:57:55 +0300
commit6f3e13e0764ce58239e87ce0bfe1380b263b2054 (patch)
tree718c04cecde502c9d4cff48b35eebceeb92c869d
parent0fb27e6c48039fa686039ee2bd24bbb8ddb12039 (diff)
downloadaur-6f3e13e0764ce58239e87ce0bfe1380b263b2054.tar.gz
Update to 1.23-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd82634cf2f..7f19bdd27d4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ustreamer
pkgdesc = Lightweight and fast MJPG-HTTP streamer
- pkgver = 1.22
+ pkgver = 1.23
pkgrel = 1
url = https://github.com/pikvm/ustreamer
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
+ arch = aarch64
license = GPL
makedepends = gcc
makedepends = make
@@ -14,7 +15,7 @@ pkgbase = ustreamer
depends = libevent
depends = libutil-linux
depends = libbsd
- source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v1.22
+ source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v1.23
md5sums = SKIP
pkgname = ustreamer
diff --git a/PKGBUILD b/PKGBUILD
index 853772a207bf..3dfca9fb1f5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ustreamer
-pkgver=1.22
+pkgver=1.23
pkgrel=1
pkgdesc="Lightweight and fast MJPG-HTTP streamer"
url="https://github.com/pikvm/ustreamer"
license=(GPL)
-arch=(i686 x86_64 armv6h armv7h)
+arch=(i686 x86_64 armv6h armv7h aarch64)
depends=(libjpeg libevent libutil-linux libbsd)
# optional: raspberrypi-firmware for OMX encoder
# optional: wiringpi for GPIO support