summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVoxelCubes2021-07-12 04:19:42 +0200
committerVoxelCubes2021-07-12 04:19:42 +0200
commitadde689349d1459fa453a30a6b7188bdd5017039 (patch)
tree472e06db70d3adfec60b4b5f60ad1ea12bf2aded /PKGBUILD
parent475c0eeb9c0d650f3e8d3ae813a71c52bdf4299f (diff)
downloadaur-resistor-decoder.tar.gz
Fixing my nooby git mistakes, hopefully
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ba459d87839..d04ea81a2e35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Voxel <voxel.aur@gmail.com>
pkgname=resistor-decoder
pkgver=1.0
-pkgrel=2
+pkgrel=1
pkgdesc="Qt GUI tool for through-hole resistors and SMD parts."
arch=("any")
url="https://github.com/VoxelCubes/ResistorDecoder"
@@ -10,7 +10,7 @@ depends=("pyside6" "python>=3.6.0" "qt6-svg")
makedepends=("python-setuptools")
realpkgname=ResistorDecoder
source=("${realpkgname}-$pkgver.tar.gz::${url}/releases/download/${pkgver}/${realpkgname}-$pkgver.tar.gz")
-sha256sums=("7e4fe49df381cb0aea11125cd6e72a395653c51da58e1d52711e0c6aa9f4255b")
+sha256sums=("SKIP")
package() {