summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eded2af2d4c..892cb6702aaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = resistor-decoder
pkgdesc = Qt GUI tool for through-hole resistors and SMD parts.
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/VoxelCubes/ResistorDecoder
arch = any
license = GPL
@@ -10,7 +10,7 @@ pkgbase = resistor-decoder
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 = 7e4fe49df381cb0aea11125cd6e72a395653c51da58e1d52711e0c6aa9f4255b
+ sha256sums = SKIP
pkgname = resistor-decoder
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() {