diff options
author | juacrumar | 2023-10-12 14:27:33 +0200 |
---|---|---|
committer | juacrumar | 2023-10-12 14:27:33 +0200 |
commit | cfffc78e35e5d2c94eab65254aabb431b76147f9 (patch) | |
tree | d34b3c471bfb07002c200683e8205177c7eeee7e | |
parent | e7a6871f3ee84dbd2710ee2e3e74204801f20ab9 (diff) | |
download | aur-cfffc78e35e5d2c94eab65254aabb431b76147f9.tar.gz |
bump pineappl to 0.6.2
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = pineappl pkgdesc = PineAPPL is not an extension of APPLgrid. Installs pineappl_cli, pineappl library and python package - pkgver = 0.6.0 + pkgver = 0.6.2 pkgrel = 1 url = https://n3pdf.github.io/pineappl/ arch = any @@ -8,13 +8,14 @@ pkgbase = pineappl makedepends = python-setuptools makedepends = maturin makedepends = python-pip + makedepends = sccache depends = cargo-c depends = rust depends = lhapdf depends = python-pkgconfig depends = python-numpy provides = pineappl - source = https://github.com/N3PDF/pineappl/archive/v0.6.0.tar.gz - md5sums = c9ab86eea2381080032d6d73922003f3 + source = https://github.com/N3PDF/pineappl/archive/v0.6.2.tar.gz + md5sums = d29f47c3a61a0432872977e86caecb95 pkgname = pineappl @@ -1,13 +1,13 @@ # Maintainer: Juacrumar <juacrumar at lairen dot eu> pkgname=pineappl -pkgver=0.6.0 +pkgver=0.6.2 pkgrel=1 pkgdesc='PineAPPL is not an extension of APPLgrid. Installs pineappl_cli, pineappl library and python package' arch=('any') url="https://n3pdf.github.io/pineappl/" license=('GPL3') -makedepends=("python-setuptools" "maturin" "python-pip") +makedepends=("python-setuptools" "maturin" "python-pip" "sccache") depends=("cargo-c" "rust" "lhapdf" @@ -18,7 +18,7 @@ optdepends=() provides=("pineappl") changelog= source=("https://github.com/N3PDF/pineappl/archive/v${pkgver}.tar.gz") -md5sums=("c9ab86eea2381080032d6d73922003f3") +md5sums=("d29f47c3a61a0432872977e86caecb95") build() { # Build the python interface @@ -27,7 +27,6 @@ build() { } package() { - echo "DONE" # Install the command-line program cd "$pkgname-$pkgver" cargo install --path pineappl_cli --root=${pkgdir}/usr --no-track --features=fktable,evolve |