mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
fixed PKGBUILD
This commit is contained in:
parent
3840c69bfa
commit
20e0bb4100
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ TESTENV_HID ?= /dev/ttyS10
|
|||||||
TESTENV_VIDEO ?= /dev/video0
|
TESTENV_VIDEO ?= /dev/video0
|
||||||
TESTENV_LOOP ?= /dev/loop7
|
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')
|
||||||
|
|
||||||
|
|
||||||
# =====
|
# =====
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@ -39,7 +39,7 @@ depends=(
|
|||||||
platformio
|
platformio
|
||||||
make
|
make
|
||||||
raspberrypi-io-access
|
raspberrypi-io-access
|
||||||
ustreamer>=1.5
|
"ustreamer>=1.5"
|
||||||
)
|
)
|
||||||
makedepends=(python-setuptools)
|
makedepends=(python-setuptools)
|
||||||
source=("$url/archive/v$pkgver.tar.gz")
|
source=("$url/archive/v$pkgver.tar.gz")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user