summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZes4null2022-07-12 19:20:00 +0800
committerZes4null2022-07-12 19:20:00 +0800
commit97ab6f7bcc9663f3b480f97ace18cfe369991532 (patch)
tree841fb37f663f842403d859c5077b17b212230286 /PKGBUILD
parentffe0a74764bf451e24361151c7148c989aad6c93 (diff)
downloadaur-97ab6f7bcc9663f3b480f97ace18cfe369991532.tar.gz
Update to 0.0.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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