summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2020-01-20 10:03:10 +0100
committerFrank Siegert2020-01-20 10:03:10 +0100
commit72f2354973c94a559e63b8ddbb4ed989210705b8 (patch)
tree97e777577c98ffb381aa1bd48ed49f4ace53e3c8
parentf007476e4051f9a65ff2f6e864f2bb1c91f6050a (diff)
downloadaur-72f2354973c94a559e63b8ddbb4ed989210705b8.tar.gz
Update to 1.042-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8dfb5a55802..59989caee5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fastjet-contrib
pkgdesc = 3rd party extensions of FastJet.
- pkgver = 1.041
+ pkgver = 1.042
pkgrel = 1
url = http://fastjet.fr/
arch = x86_64
license = GPL2
depends = bash
depends = fastjet
- source = http://fastjet.hepforge.org/contrib/downloads/fjcontrib-1.041.tar.gz
- md5sums = b37674a8701af52b58ebced94a270877
+ source = http://fastjet.hepforge.org/contrib/downloads/fjcontrib-1.042.tar.gz
+ md5sums = f85797b991c09234075e118a2d834841
pkgname = fastjet-contrib
diff --git a/PKGBUILD b/PKGBUILD
index 7fb945ecfa27..138ce3cfefc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=fastjet-contrib
-pkgver=1.041
+pkgver=1.042
pkgrel=1
pkgdesc="3rd party extensions of FastJet."
arch=('x86_64')
@@ -8,7 +8,7 @@ url="http://fastjet.fr/"
license=('GPL2')
depends=(bash fastjet)
source=(http://fastjet.hepforge.org/contrib/downloads/fjcontrib-$pkgver.tar.gz)
-md5sums=('b37674a8701af52b58ebced94a270877')
+md5sums=('f85797b991c09234075e118a2d834841')
build() {
cd "$srcdir/fjcontrib-$pkgver"