summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2023-07-24 14:49:39 +0800
committertaotieren2023-07-24 14:49:39 +0800
commitca50aca5355b804d7d07748cafcabd7a8ce626b4 (patch)
treeddc5abb3fecaa91efeb9e5b3c26c9adab32ae845 /PKGBUILD
parent5e26b9c04ee04546053cd50caa82fa3b3d6228e7 (diff)
downloadaur-ca50aca5355b804d7d07748cafcabd7a8ce626b4.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2375068bbc44..5b0499b156b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,25 @@
pkgbase=kicad-pcb-diff
pkgname=kidiff
pkgver=2.4.7
-pkgrel=0
+pkgrel=1
epoch=
pkgdesc="Tool to generate a PDF file showing the changes between two KiCad PCB/SCH files. Also a git plug-in."
arch=('any')
url="https://github.com/INTI-CMNB/KiDiff"
license=('GPL-2.0')
groups=()
-depends=('python' 'kicad' 'python-wxpython' 'imagemagick' 'librsvg' 'poppler' 'xdg-utils')
+depends=(python
+ kicad
+ python-wxpython
+ imagemagick
+ librsvg
+ poppler
+ xdg-utils)
makedepends=(python-{build,installer}
python-setuptools-scm
python-wheel)
optdepends=("kiauto-git: KiCad automation scripts.")
-provides=('kidiff' 'kicad-diff' 'kicad-pcb-diff')
+provides=('kidiff' 'kicad-diff' 'kicad-pcb-diff' 'python-kidff')
conflicts=()
replaces=()
backup=()