fixed PKGBUILD

This commit is contained in:
Devaev Maxim 2019-09-20 01:42:17 +03:00
parent 3840c69bfa
commit 20e0bb4100
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ TESTENV_HID ?= /dev/ttyS10
TESTENV_VIDEO ?= /dev/video0
TESTENV_LOOP ?= /dev/loop7
USTREAMER_MIN_VERSION ?= $(shell grep -o 'ustreamer>=.*' PKGBUILD | sed 's/ustreamer>=//g')
USTREAMER_MIN_VERSION ?= $(shell grep -o 'ustreamer>=[^"]\+' PKGBUILD | sed 's/ustreamer>=//g')
# =====

View File

@ -39,7 +39,7 @@ depends=(
platformio
make
raspberrypi-io-access
ustreamer>=1.5
"ustreamer>=1.5"
)
makedepends=(python-setuptools)
source=("$url/archive/v$pkgver.tar.gz")