summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2019-10-14 14:22:32 -0400
committernick black2019-10-14 14:22:32 -0400
commit5edbd68c076a5c991fdaa413c3f145d3aaba2a01 (patch)
treecab146a83b9d40ab31ec9f7a08556dd21dde56ce
parent8a5af89a5679217d153a02424a575276996481b6 (diff)
downloadaur-5edbd68c076a5c991fdaa413c3f145d3aaba2a01.tar.gz
1.1.1-2: add cunit makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0239643ba3b..13db013c1cb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
+ makedepends = cunit
makedepends = docbook-xsl
makedepends = autoconf-archive
makedepends = libxslt
diff --git a/PKGBUILD b/PKGBUILD
index bdca12082b76..3e777ba2c3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=growlight
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
@@ -10,7 +10,7 @@ arch=('x86_64')
# ncurses and readline are found without our help. Don't explicitly list them.
# The same goes for device-mapper.
depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils')
-makedepends=('docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf')
+makedepends=('cunit' 'docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf')
optdepends=('jfsutils: JFS manipulation'
'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'