summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b111f248f8b..1744419e2a29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gitlint
pkgdesc = Git commit message linter
pkgver = 0.17.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jorisroovers/gitlint
install = gitlint.install
arch = any
license = MIT
+ checkdepends = git
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 201903b79215..6c09d77f1db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gitlint
pkgver=0.17.0
-pkgrel=2
+pkgrel=3
pkgdesc='Git commit message linter'
arch=('any')
url='https://github.com/jorisroovers/gitlint'
@@ -17,6 +17,7 @@ depends=(
)
makedepends=('python-setuptools')
checkdepends=(
+ 'git'
'python-pytest'
)
source=(