summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2017-05-28 13:36:14 +0200
committerFrank Siegert2017-05-28 13:36:14 +0200
commitad71979a39cf3f3fef52b11ca261fef805a323e3 (patch)
tree70cfa7fcdc4fc72174075f6c9bd93c08f770596d
parent861ff5466f666ace5aaf7bb1340b8e07935f6f3d (diff)
downloadaur-ad71979a39cf3f3fef52b11ca261fef805a323e3.tar.gz
Update to 3.2.2-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65069ed5eaca..c450f0dcf1ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 13:39:30 UTC 2016
+# Sun May 28 11:36:14 UTC 2017
pkgbase = fastjet
pkgdesc = A particle physics package for jet finding in pp and e+e- collisions.
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = http://fastjet.fr
arch = x86_64
arch = i686
license = GPL2
- source = http://fastjet.fr/repo/fastjet-3.2.1.tar.gz
- md5sums = 837c66e39653c998de793526bdd16601
+ makedepends = gcc-fortran
+ source = http://fastjet.fr/repo/fastjet-3.2.2.tar.gz
+ md5sums = 058367d96052f99d6347027a2c39ab4a
pkgname = fastjet
diff --git a/PKGBUILD b/PKGBUILD
index 2f9d706da619..96e9c6e7c4fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=fastjet
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
arch=('x86_64' 'i686')
@@ -8,7 +8,7 @@ url="http://fastjet.fr"
license=('GPL2')
groups=()
depends=()
-makedepends=()
+makedepends=(gcc-fortran)
checkdepends=()
optdepends=()
provides=()
@@ -20,7 +20,7 @@ install=
changelog=
source=(http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz)
noextract=()
-md5sums=('837c66e39653c998de793526bdd16601')
+md5sums=('058367d96052f99d6347027a2c39ab4a')
build() {
cd "$srcdir/$pkgname-$pkgver"