summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZes4null2022-07-12 19:20:00 +0800
committerZes4null2022-07-12 19:20:00 +0800
commit97ab6f7bcc9663f3b480f97ace18cfe369991532 (patch)
tree841fb37f663f842403d859c5077b17b212230286
parentffe0a74764bf451e24361151c7148c989aad6c93 (diff)
downloadaur-97ab6f7bcc9663f3b480f97ace18cfe369991532.tar.gz
Update to 0.0.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 758de0cb733c..dbd513b17d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qucs-s
pkgdesc = A spin-off of Qucs that supports other free SPICE circuit simulators like ngspice with the same Qucs GUI
- pkgver = 0.0.23
- pkgrel = 2
+ pkgver = 0.0.24
+ pkgrel = 1
url = https://ra3xdh.github.io
arch = x86_64
arch = i686
@@ -23,7 +23,7 @@ pkgbase = qucs-s
optdepends = freehdl: to permit digital circuit simulation
optdepends = asco: to enable circuit optimization
options = !makeflags
- source = https://github.com/ra3xdh/qucs_s/releases/download/0.0.23/qucs-s-0.0.23.tar.gz
- sha256sums = ad2bccdf61a3df7fdfdcc233022d2d30c19bd5c73f54ac60ed6335f731af2f7c
+ source = https://github.com/ra3xdh/qucs_s/releases/download/0.0.24/qucs-s-0.0.24.tar.gz
+ sha256sums = ba7cf6fb06babbddcbb7d4eae0437df4e36346b7cc39a84af62f1643d7e8f296
pkgname = qucs-s
diff --git a/PKGBUILD b/PKGBUILD
index b7643145fd04..6291b72391eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Philip <philip1731 protonmail ch>
+# Maintainer: Zes4Null <rjw1248[at]hotmail[dot]com>
+# Contributor: Philip <philip1731 protonmail ch>
pkgname=qucs-s
-pkgver=0.0.23
-pkgrel=2
+pkgver=0.0.24
+pkgrel=1
pkgdesc="A spin-off of Qucs that supports other free SPICE circuit simulators like ngspice with the same Qucs GUI"
arch=('x86_64' 'i686')
url="https://ra3xdh.github.io"
@@ -16,7 +17,7 @@ optdepends=('ngspice: recommended simulation backend'
'asco: to enable circuit optimization'
)
source=(https://github.com/ra3xdh/qucs_s/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad2bccdf61a3df7fdfdcc233022d2d30c19bd5c73f54ac60ed6335f731af2f7c')
+sha256sums=('ba7cf6fb06babbddcbb7d4eae0437df4e36346b7cc39a84af62f1643d7e8f296')
build() {
cd $srcdir/$pkgname-$pkgver