From 8d19711f2c89db24e47bce5dba75e27ab5ccb974 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 26 May 2019 06:03:48 +0300 Subject: [PATCH] fixed pkgbuild --- pkg/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 85d0ae7..5560702 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -12,7 +12,7 @@ arch=(i686 x86_64 armv6h armv7h) depends=(libjpeg libevent libutil-linux) # optional: raspberrypi-firmware for OMX JPEG encoder makedepends=(gcc make) -source=(${pkgname}::"git+https://github.com/pi-kvm/ustreamer#commit=${pkgver}") +source=(${pkgname}::"git+https://github.com/pi-kvm/ustreamer#commit=v${pkgver}") md5sums=(SKIP)