summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOskar Roesler (bionade24)2023-10-22 19:53:31 +0200
committerOskar Roesler (bionade24)2023-10-22 19:53:31 +0200
commitd21b3fa051de4beb55ea8e86a9205e397749c55b (patch)
treeb1473a0c0b3edddb834534baff7aef2249d8ca12 /PKGBUILD
parentb07d6664a52926320b2d7953fc904215e434bb77 (diff)
downloadaur-d21b3fa051de4beb55ea8e86a9205e397749c55b.tar.gz
Remove lzokay patch and add qt5-svg as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2bdaf239b8b..02d735ea2b84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,21 @@
pkgname=vesc_tool-git
epoch=1
-pkgver=r1291.853bb4e
+pkgver=r1315.e1eb241
pkgrel=1
pkgdesc="VESC ESC graphical configuration tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
url="https://vesc-project.com/vesc_tool"
license=('GPL3')
-depends=('qt5-base' 'qt5-connectivity' 'qt5-quickcontrols2' 'qt5-serialport' 'qt5-location' 'qt5-gamepad' 'qt5-serialbus')
+depends=('qt5-base' 'qt5-connectivity' 'qt5-quickcontrols2' 'qt5-serialport' 'qt5-location' 'qt5-gamepad' 'qt5-serialbus' 'qt5-svg')
makedepends=('git')
conflicts=('vesc-tool')
source=("$pkgname"::"git+https://github.com/vedderb/vesc_tool.git"
- "lzokay-explicit-include.patch"::"https://github.com/bionade24/lzokay/commit/5cb18da508cc4d3ec41bc04dccdeef9c5ffedfb2.diff"
'aur-build-qmake.patch'
'vesc-tool.desktop'
'vesc-tool.png')
sha256sums=('SKIP'
- '651ec5822dd2f1197ad76e9e13f5e51bae19058f6ca5573d4ce1976123b55054'
'SKIP'
'SKIP'
'SKIP')
@@ -30,7 +28,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname}"
patch -i "${srcdir}"/aur-build-qmake.patch
- patch -d lzokay -i "${srcdir}"/lzokay-explicit-include.patch
}
build() {