summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
+