summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkaash Suresh2020-03-31 15:18:34 -0500
committerAkaash Suresh2020-03-31 15:18:34 -0500
commitb286c80cfa01c112c924aea757bd7232b9803622 (patch)
tree55a6d7ec336d8d052de787a161313d6c3c53abad
parent305fc7491023bd9fec9ad2dacf87fe0fd04050ff (diff)
downloadaur-b286c80cfa01c112c924aea757bd7232b9803622.tar.gz
Add nose2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 386e2d12f75c..96b139e3006c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = qmk
depends = python-appdirs
depends = python-argcomplete
depends = python-colorama
+ depends = python-nose2
depends = flake8
depends = avr-gcc
depends = clang
diff --git a/PKGBUILD b/PKGBUILD
index 29c295fbdc22..6fe1380bb382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Akaash Suresh <https://github.com/Curry>
pkgname=qmk
pkgver=0.0.31
-pkgrel=1
+pkgrel=2
pkgdesc="CLI tool for customizing supported mechanical keyboards."
arch=('any')
url="https://github.com/qmk/qmk_cli"
@@ -16,6 +16,7 @@ depends=(
'python-appdirs'
'python-argcomplete'
'python-colorama'
+ 'python-nose2'
'flake8'
'avr-gcc'
'clang'