summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bee23f173e0d..8f217bd0f995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Yuki Takagi <takagiy.4dev@gmail.com>
pkgname=poac-devel-git
pkgver=0.2.1.r789.83d35eb
-pkgrel=1
+pkgrel=2
pkgdesc="Package manager for C++ like Cargo for Rust (develop branch)"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://poac.pm"
license=('GPL3')
-depends=('libgit2')
+depends=('libgit2' 'tar' 'graphviz')
makedepends=('git' 'cmake' 'boost' 'toml11-git')
+optdepends=('cmake: To build CMake projects'
+'make: To build projects with Makefile')
provides=('poac-git' 'poac')
conflicts=('poac-git' 'poac')
source=(${pkgname}::git+https://github.com/poacpm/poac.git)