summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Hickersberger2019-12-16 22:22:07 +0100
committerRené Hickersberger2019-12-16 22:22:07 +0100
commit9d539fcde9b3c21ceeecea11130775b9ea040f13 (patch)
tree216ca4373f1fe616d3d785936e4392871eab9e74
parent6d5bd6fada8781a818a9be345d00b75f3570a2de (diff)
downloadaur-gtk-3-fortran-git.tar.gz
Fix make jobs and do new release
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fcfb514e946..e8254e7354e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk-3-fortran-git
pkgdesc = A binding of the GTK+ 3.x libraries for Fortran 95/2003
pkgver = r536.6173c1f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jerryd/gtk-fortran/wiki
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = gtk-3-fortran-git
makedepends = gcc-fortran
makedepends = git
depends = gtk3
+ depends = plplot
provides = gtk-3-fortran
conflicts = gtk-3-fortran
source = git+https://github.com/jerryd/gtk-fortran.git#branch=gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 7dbc440152b2..8d0f6fd7da5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gtk-3-fortran-git
pkgver=r536.6173c1f
-pkgrel=1
+pkgrel=2
pkgdesc="A binding of the GTK+ 3.x libraries for Fortran 95/2003"
arch=('i686' 'x86_64')
url="https://github.com/jerryd/gtk-fortran/wiki"
@@ -30,10 +30,11 @@ prepare() {
build() {
cd gtk-fortran
cmake -DCMAKE_INSTALL_PREFIX=/usr -DNO_BUILD_EXAMPLES=y
- make -j1
+ make
}
package() {
cd gtk-fortran
make DESTDIR="$pkgdir" install
}
+