blob: 892cb6702aaab555ca37f7dfe385d6f625923787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = resistor-decoder
pkgdesc = Qt GUI tool for through-hole resistors and SMD parts.
pkgver = 1.0
pkgrel = 1
url = https://github.com/VoxelCubes/ResistorDecoder
arch = any
license = GPL
makedepends = python-setuptools
depends = pyside6
depends = python>=3.6.0
depends = qt6-svg
source = ResistorDecoder-1.0.tar.gz::https://github.com/VoxelCubes/ResistorDecoder/releases/download/1.0/ResistorDecoder-1.0.tar.gz
sha256sums = SKIP
pkgname = resistor-decoder
|