summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2020-05-14 01:34:54 +0200
committerAntoine Viallon2020-05-14 01:34:54 +0200
commitf098e955737029bac6f0d3af2fb834215a169df0 (patch)
tree5e7013aecdebc42cd941c9c0a6b1e8c2caf54139 /PKGBUILD
parentc0929ea11db933a71765385591942132b277b50a (diff)
downloadaur-f098e955737029bac6f0d3af2fb834215a169df0.tar.gz
Update to 0.0.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a972a72a902..ca93d850321c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sytabaresa <sytabaresa@gmail.com>
pkgname=qucs-s
-pkgver=0.0.21
+pkgver=0.0.22
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')
@@ -16,7 +16,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)
-sha1sums=('7879565da266ce6562db274d3298bf7bef8c389f')
+sha1sums=('ea86b172145e61a45fd588516ee51dae7555c866')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -29,4 +29,4 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver/builddir
make DESTDIR="$pkgdir" install
-} \ No newline at end of file
+}