summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"