summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bbb1dbbb769..fdc981fe3956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Andreas Kurth <archlinux@akurth.net>
pkgname='verible-git'
pkgver=0.0.r558.7fbda6835f
-pkgrel=1
+pkgrel=2
pkgdesc="SystemVerilog parser, style-linter, and formatter"
arch=('x86_64')
url="https://github.com/google/${pkgname%-git}"
license=('Apache')
depends=('bash')
makedepends=('bazel'
- 'git')
+ 'git'
+ 'python')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+${url}.git")