summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markus2021-05-01 00:16:50 +0200
committerTobias Markus2021-05-01 00:16:50 +0200
commit6f1f340e94d2665ba1b7d9a0733fda3cf902351e (patch)
tree2f4b72cb98f8feb16c16d312a4720cc057a28dc2
parent07bcf62fa2b583593ee45b80fd31cda165a05efa (diff)
downloadaur-6f1f340e94d2665ba1b7d9a0733fda3cf902351e.tar.gz
Update to modular branch
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 18 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38560164af84..334eeba13a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,21 @@
pkgbase = qucs-qt5-git
- pkgdesc = An integrated circuit simulator with a graphical user interface - experimental qt5 branch
- pkgver = 0.0.20.rc1.r666.g99db53e97
+ pkgdesc = An integrated circuit simulator with a graphical user interface - modular branch
+ pkgver = r4538.deef90e5f
pkgrel = 1
url = http://qucs.sourceforge.net
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = git
makedepends = gperf
depends = gcc-libs
depends = qt5-base
depends = qt5-script
depends = qt5-svg
- depends = adms
depends = hicolor-icon-theme
- depends = qucsator
- optdepends = freehdl: to permit digital circuit simulation
+ optdepends = freehdl: digital circuit simulation
+ optdepends = qucsator: circuit simulation
optdepends = perl
- source = git+https://github.com/Qucs/qucs.git#branch=refactor+qt5-22
+ source = git+https://github.com/Qucs/qucs.git#branch=modular
sha256sums = SKIP
pkgname = qucs-qt5-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 227ca21ea225..d5260ab54a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,22 @@
# Contributor: Víctor Martínez Romanos <vmromanos@gmail.com>
pkgname=qucs-qt5-git
-pkgver=0.0.20.rc1.r666.g99db53e97
+pkgver=r4538.deef90e5f
pkgrel=1
-pkgdesc="An integrated circuit simulator with a graphical user interface - experimental qt5 branch"
+pkgdesc="An integrated circuit simulator with a graphical user interface - modular branch"
arch=('x86_64')
url="http://qucs.sourceforge.net"
-license=('GPL')
-depends=('gcc-libs' 'qt5-base' 'qt5-script' 'qt5-svg' 'adms' 'hicolor-icon-theme' 'qucsator')
+license=('GPL3')
+depends=('gcc-libs' 'qt5-base' 'qt5-script' 'qt5-svg' 'hicolor-icon-theme')
makedepends=('git' 'gperf')
-optdepends=('freehdl: to permit digital circuit simulation'
-# 'asco: to enable circuit optimization'
- 'perl')
+optdepends=(
+ 'freehdl: digital circuit simulation'
+ 'qucsator: circuit simulation'
+# 'asco: circuit optimization'
+ 'perl'
+ )
source=(
- 'git+https://github.com/Qucs/qucs.git#branch=refactor+qt5-22'
+ 'git+https://github.com/Qucs/qucs.git#branch=modular'
)
sha256sums=('SKIP')
@@ -37,7 +40,7 @@ prepare() {
build() {
cd "$srcdir/qucs"
- ./configure --prefix=/usr --disable-doc
+ ./configure --prefix=/usr
make RCC=/usr/bin/rcc-qt5
}