summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohit Goswami2020-09-09 08:10:35 +0000
committerRohit Goswami2020-09-09 08:10:35 +0000
commit21bc783d583f191b8327ad3c2ba84803a6f8f256 (patch)
tree8d89ea519b50a059b97a9a789967f293834415a2
parentd5d8896153719f96bda8de287d41317f32555fc9 (diff)
downloadaur-21bc783d583f191b8327ad3c2ba84803a6f8f256.tar.gz
src: Update according to caltlgin's suggestions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f46bcb7e36a..34ea5b648850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = iboview
- pkgdesc = IboView is a program for analyzing molecular electronic structure, based on Intrinsic Atomic Orbitals (IAOs).
+ pkgdesc = A program for analyzing molecular electronic structure, based on Intrinsic Atomic Orbitals (IAOs).
pkgver = 20150427
pkgrel = 1
url = http://www.iboview.org/bin/
arch = x86_64
- license = MIT
+ license = GPL
depends = qt5-base
depends = openblas
depends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 155208fe32a5..9fd204ed415a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ pkgname=iboview
_realname=ibo-view
pkgver="20150427"
pkgrel=1
-pkgdesc="IboView is a program for analyzing molecular electronic structure, based on Intrinsic Atomic Orbitals (IAOs)."
+pkgdesc="A program for analyzing molecular electronic structure, based on Intrinsic Atomic Orbitals (IAOs)."
arch=('x86_64')
url="http://www.iboview.org/bin/"
-license=('MIT')
+license=('GPL')
depends=('qt5-base' 'openblas' 'boost')
provides=('iboview')
options=('!strip' '!emptydirs')
@@ -18,7 +18,7 @@ build() {
cd "${_realname}.$pkgver"
make distclean
qmake main.pro
- make -j ${nproc}
+ make
}
package() {