summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-01-29 01:54:30 -0500
committernick black2020-01-29 01:54:30 -0500
commit895dd1d633c612474939001a11f0fb310c3f83c1 (patch)
tree1f8d14f1c41480834470f8d7997918c53f4543a5
parentee29bee7763a5fe2a73f6390b80ffebd2aec93c3 (diff)
downloadaur-895dd1d633c612474939001a11f0fb310c3f83c1.tar.gz
Add dep on notcurses 1.1.2+
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766b529746d8..dad1f2bd0661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -15,6 +15,7 @@ pkgbase = growlight
depends = libatasmart
depends = libpciaccess
depends = pciutils
+ depends = notcurses>=1.1.2
optdepends = jfsutils: JFS manipulation
optdepends = xfsprogs: XFS manipulation
optdepends = mdadm: Linux MDRAID manipulation
diff --git a/PKGBUILD b/PKGBUILD
index f6f7afdd2828..3b9eed27a2e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=growlight
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
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')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.1.2')
makedepends=('cunit' 'docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf' 'outcurses>=0.0.5')
optdepends=('jfsutils: JFS manipulation'
'xfsprogs: XFS manipulation'