[arch-commits] Commit in hepmc2/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Thu Jun 11 17:43:45 UTC 2020


    Date: Thursday, June 11, 2020 @ 17:43:44
  Author: kgizdov
Revision: 642070

archrelease: copy trunk to community-testing-x86_64

Added:
  hepmc2/repos/community-testing-x86_64/PKGBUILD
    (from rev 642069, hepmc2/trunk/PKGBUILD)
Deleted:
  hepmc2/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-11 17:43:36 UTC (rev 642069)
+++ PKGBUILD	2020-06-11 17:43:44 UTC (rev 642070)
@@ -1,26 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Frank Siegert <frank dot siegert at googlemail dot com>
-pkgname=hepmc2
-_pkgname=hepmc
-pkgver=2.06.10
-pkgrel=1
-pkgdesc="A particle physics package for storing collision events from Monte Carlo generators"
-arch=('x86_64')
-url="http://hepmc.web.cern.ch/"
-license=('GPL2')
-depends=('bash')
-makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz::http://hepmc.web.cern.ch/${_pkgname}/releases/${_pkgname}${pkgver}.tgz")
-sha256sums=('5adedd9e3f7447e1e5fc01b72f745ab87da2c1611df89208bb3d7c6ea94c11a4')
-
-build() {
-    mkdir build
-    cd build
-    cmake "${srcdir}/HepMC-${pkgver}" -DCMAKE_INSTALL_PREFIX:PATH=/usr -Dmomentum=GEV -Dlength=MM
-    make
-}
-
-package() {
-    cd "${srcdir}/build"
-    make DESTDIR="${pkgdir}/" install
-}

Copied: hepmc2/repos/community-testing-x86_64/PKGBUILD (from rev 642069, hepmc2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-11 17:43:44 UTC (rev 642070)
@@ -0,0 +1,26 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Frank Siegert <frank dot siegert at googlemail dot com>
+pkgname=hepmc2
+_pkgname=hepmc
+pkgver=2.06.11
+pkgrel=1
+pkgdesc="A particle physics package for storing collision events from Monte Carlo generators"
+arch=('x86_64')
+url="http://hepmc.web.cern.ch/"
+license=('GPL2')
+depends=('bash')
+makedepends=('cmake')
+source=("${pkgname}-${pkgver}.tar.gz::http://hepmc.web.cern.ch/${_pkgname}/releases/${_pkgname}${pkgver}.tgz")
+sha256sums=('86b66ea0278f803cde5774de8bd187dd42c870367f1cbf6cdaec8dc7cf6afc10')
+
+build() {
+    mkdir build
+    cd build
+    cmake "${srcdir}/HepMC-${pkgver}" -DCMAKE_INSTALL_PREFIX:PATH=/usr -Dmomentum=GEV -Dlength=MM
+    make
+}
+
+package() {
+    cd "${srcdir}/build"
+    make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list