summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Chen2021-06-28 18:52:22 +0800
committerJack Chen2021-06-28 18:54:02 +0800
commita62844040a4b5157c9501f8c443591d46ed5400c (patch)
tree2b5ef54be4ff8e65dc49ffad05718cb9cca6a193 /PKGBUILD
parente15806cf8f59428274ba80be97cd5d84b52f05ad (diff)
downloadaur-a62844040a4b5157c9501f8c443591d46ed5400c.tar.gz
minor update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 363f636829b0..71efc861ad2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Jack Chen <redchenjs@live.com>
-pkgname=bsp-tinkerboard-bin
+_pkgname=bsp-tinkerboard
+pkgname="$_pkgname-bin"
pkgver=21.02.3
_pkgver=21.05.6
_ubuntu=focal
@@ -10,7 +11,9 @@ arch=('armv7h')
url="https://github.com/armbian/build"
license=('GPL2')
depends=('bluez' 'systemd' 'util-linux' 'wireless_tools' 'xorg-xrandr')
-install="$pkgname.install"
+provides=("$_pkgname")
+conflics=("$_pkgname")
+install="$_pkgname.install"
source=(
"pulseaudio-sink.txt"
"pulseaudio-source.txt"