summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Kurth2023-11-11 22:01:24 +0100
committerAndreas Kurth2023-11-11 22:03:37 +0100
commitf23417b53b09abb7da3669499d8a4a467acccd75 (patch)
treeca53971f7e14344908c92d9f9c6c06e40faed88a /PKGBUILD
parent5f308c61969affe22b65f7e86db5d3782a33b6e3 (diff)
downloadaur-verible-git.tar.gz
Add python to makedepends
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")