summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-11-13 19:17:13 +0100
committerwereii2021-11-13 19:17:13 +0100
commit83b0cd2fbe7eb936199711b29b7686f8baeb6c4f (patch)
tree00b07e1231b8f1b438ed859c38e5d3cc2828b701
parent35a932dd0f61375db4073dd554cee26755fd2535 (diff)
downloadaur-83b0cd2fbe7eb936199711b29b7686f8baeb6c4f.tar.gz
Update to 0.4.15_SR9
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD11
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef3f235b3fbb..b3f5f131fe56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simulide
pkgdesc = Real time electronic circuit simulator (supports PIC, AVR and Arduino microcontrollers)
- pkgver = 0.4.15_SR7
- pkgrel = 2
+ pkgver = 0.4.15_SR9
+ pkgrel = 1
url = https://www.simulide.com/
changelog = changelog.txt
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = simulide
depends = libelf>=0.181
optdepends = gpsim: needed for PIC simulation
optdepends = simavr: needed for AVR simulation
- source = https://launchpad.net/simulide/0.4.15/0.4.15-stable/+download/simulide_0.4.15-SR7_Sources.zip
+ source = https://launchpad.net/simulide/0.4.15/0.4.15-stable/+download/simulide_0.4.15-SR9_Sources.zip
source = simulide.desktop
source = changelog.txt
- md5sums = 4ea0d28b7570965a549c6c28f69d875c
- md5sums = SKIP
- md5sums = SKIP
+ sha256sums = 2da9f1b1e2fb3f644e523e049fd82aba26a71828c0cf51694a309600afc45ebd
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = simulide
diff --git a/.gitignore b/.gitignore
index 93f5d9f2777e..40e1cbfc9ab4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ pkg/
src/
*.tar.gz
*.tar.xz
+*.zst
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index ccd304068627..1b092e981aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: franciscod <demartino.francisco@gmail.com>
pkgname=simulide
-pkgver=0.4.15_SR7
+pkgver=0.4.15_SR9
_realver=${pkgver//_/-}
-pkgrel=2
+pkgrel=1
pkgdesc="Real time electronic circuit simulator (supports PIC, AVR and Arduino microcontrollers)"
arch=("x86_64")
url="https://www.simulide.com/"
@@ -15,10 +15,9 @@ source=(
"simulide.desktop"
"changelog.txt")
-md5sums=('4ea0d28b7570965a549c6c28f69d875c'
- 'SKIP'
- 'SKIP')
-
+sha256sums=('2da9f1b1e2fb3f644e523e049fd82aba26a71828c0cf51694a309600afc45ebd'
+ SKIP
+ SKIP)
changelog="changelog.txt"
depends=(