summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2019-09-01 22:43:47 +0300
committerDevaev Maxim2019-09-01 22:43:47 +0300
commit7043499b8c5179a5dbc3a5adf1712a34f19183a6 (patch)
tree40d65bd18c54c7299e83ecff626958b77cda744d
parent68d527541d7de819309c3be8895c77bc55aa6df0 (diff)
downloadaur-7043499b8c5179a5dbc3a5adf1712a34f19183a6.tar.gz
Update to 1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea4d181f89c5..8679634c6336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ustreamer
pkgdesc = Lightweight and fast MJPG-HTTP streamer
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
- url = https://github.com/pi-kvm/ustreamer
+ url = https://github.com/pikvm/ustreamer
arch = i686
arch = x86_64
arch = armv6h
@@ -13,7 +13,7 @@ pkgbase = ustreamer
depends = libjpeg
depends = libevent
depends = libutil-linux
- source = ustreamer::git+https://github.com/pi-kvm/ustreamer#commit=v1.0
+ source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v1.1
md5sums = SKIP
pkgname = ustreamer
diff --git a/PKGBUILD b/PKGBUILD
index 5857eddfc169..961d80cd283f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=ustreamer
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Lightweight and fast MJPG-HTTP streamer"
-url="https://github.com/pi-kvm/ustreamer"
+url="https://github.com/pikvm/ustreamer"
license=(GPL)
arch=(i686 x86_64 armv6h armv7h)
depends=(libjpeg libevent libutil-linux)
# 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}")
+source=(${pkgname}::"git+https://github.com/pikvm/ustreamer#commit=v${pkgver}")
md5sums=(SKIP)