summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-06-07 20:39:24 +0200
committerSanpi2020-06-07 20:39:24 +0200
commit1eab3c4db94e959a860a2f2f599b6b23ad8c8b1e (patch)
treeefd75087e1f27c8246f18f5899e37a1c29f1e8d6
parent6660236aaa290d8080f3057323db53da1ab8af33 (diff)
downloadaur-1eab3c4db94e959a860a2f2f599b6b23ad8c8b1e.tar.gz
Adds cmake as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0db8a5a36b9..6f106cc2fca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = evcxr_jupyter
pkgdesc = A Jupyter Kernel for the Rust programming language.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/evcxr/tree/master/evcxr_jupyter
arch = x86_64
license = Apache
makedepends = cargo
+ makedepends = cmake
depends = rust
depends = jupyter-notebook
source = 0.5.1.tar.gz::https://crates.io/api/v1/crates/evcxr_jupyter/0.5.1/download
diff --git a/PKGBUILD b/PKGBUILD
index 8c753ff5cccf..ee58e2e03ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=evcxr_jupyter
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Jupyter Kernel for the Rust programming language.'
url="https://github.com/google/evcxr/tree/master/$pkgname"
arch=('x86_64')
license=('Apache')
depends=('rust' 'jupyter-notebook')
-makedepends=('cargo')
+makedepends=('cargo' 'cmake')
source=("$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
sha256sums=('d1c96b1cd701a6a80b7dd66b067ce4e1e006d4be3980d46cc339c9f39e3183cb')