[arch-commits] Commit in fastjet/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 25 23:17:50 UTC 2019
Date: Wednesday, December 25, 2019 @ 23:17:49
Author: felixonmars
Revision: 541421
archrelease: copy trunk to community-x86_64
Added:
fastjet/repos/community-x86_64/PKGBUILD
(from rev 541420, fastjet/trunk/PKGBUILD)
Deleted:
fastjet/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-25 23:17:38 UTC (rev 541420)
+++ PKGBUILD 2019-12-25 23:17:49 UTC (rev 541421)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Frank Siegert <frank.siegert at googlemail.com>
-
-pkgname=fastjet
-pkgver=3.3.2
-pkgrel=2
-pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
-arch=('x86_64')
-url="http://fastjet.fr"
-license=('GPL2')
-depends=('bash')
-makedepends=('gcc-fortran' 'python')
-source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz")
-md5sums=('ca3708785c9194513717a54c1087bfb0')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --enable-allplugins --enable-static=no --enable-pyext
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make -k check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
-}
Copied: fastjet/repos/community-x86_64/PKGBUILD (from rev 541420, fastjet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-25 23:17:49 UTC (rev 541421)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Frank Siegert <frank.siegert at googlemail.com>
+
+pkgname=fastjet
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
+arch=('x86_64')
+url="http://fastjet.fr"
+license=('GPL2')
+depends=('bash')
+makedepends=('gcc-fortran' 'python')
+source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz")
+md5sums=('9e5397eca91f5a55c3099e95f1055cff')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --enable-allplugins --enable-static=no --enable-pyext
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make -k check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list