summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052025-02-14 12:35:51 +0800
committerzxp198210052025-02-14 12:35:51 +0800
commit63a552f84d526024e7bea1c156aadf46916622e2 (patch)
treed78a6511de8ce1c1e24a1c772d085fe38fa25553
parente9b07a392e5f517ed421c74ee3a9fb56f1681c27 (diff)
downloadaur-tesladashcampro-bin.tar.gz
update to fix errors
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e7be194263e..0231e1616b9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = tesladashcampro-bin
pkgdesc = A desktop application designed for viewing Tesla dashcam footage, with support for integrating and displaying vehicle CAN bus data.(Prebuilt version.Use system-wide electron)
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JustForFunOk/TeslaDashcamPro
arch = x86_64
license = MIT
depends = electron32
+ provides = tesladashcampro=1.0.1
conflicts = tesladashcampro
options = !emptydirs
source = tesladashcampro-1.0.1.rpm::https://github.com/JustForFunOk/TeslaDashcamPro/releases/download/v1.0.1/TeslaDashcamPro-1.0.1-1.x86_64.rpm
diff --git a/PKGBUILD b/PKGBUILD
index f41c825922ce..bc391016f7b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ pkgname=tesladashcampro-bin
_pkgname=TeslaDashcamPro
pkgver=1.0.1
_electronversion=32
-pkgrel=1
+pkgrel=2
pkgdesc="A desktop application designed for viewing Tesla dashcam footage, with support for integrating and displaying vehicle CAN bus data.(Prebuilt version.Use system-wide electron)"
arch=('x86_64')
url="https://github.com/JustForFunOk/TeslaDashcamPro"
license=('MIT')
conflicts=("${pkgname%-bin}")
-prodives=("${pkgname%-bin}=${pkgver}")
+provides=("${pkgname%-bin}=${pkgver}")
depends=(
"electron${_electronversion}"
)