summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Springer2020-09-20 05:04:47 +0200
committerFelix Springer2020-09-20 05:04:47 +0200
commit7888cc1278eceb2e3364c7e5206fdcb0642dc378 (patch)
treeed790eb0ac6a4d8f960cabccbe7475fdb628425c /PKGBUILD
parent79705f861b35f68c8d93b7e644da93e0f814e573 (diff)
downloadaur-blucontrol.tar.gz
add test suite to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61f8f01e069e..17fdaa43d7d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=blucontrol
pkgver=0.2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Configurable blue light filter"
url="https://github.com/jumper149/${pkgname}"
license=('custom:BSD3')
@@ -20,6 +20,9 @@ depends=(
'libx11'
'libxrandr'
)
+makedepends=(
+ 'haskell-hspec'
+)
source=(
"${url}/archive/v${pkgver}.tar.gz"
"compile-dynamically.patch"