summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornick black2021-12-09 22:13:46 -0500
committernick black2021-12-09 22:13:46 -0500
commite8c8d048155ae5205405bbe5da3219b1c722fc51 (patch)
tree13e04c30f5ca08b48d872279b884fe04e3bfab6d /PKGBUILD
parentf8b30273e36b8c910f3d0c7e676fda79849cbd13 (diff)
downloadaur-e8c8d048155ae5205405bbe5da3219b1c722fc51.tar.gz
new upstream, dep on notcurses 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6d4750607c4..03fb663ea84c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.37
-pkgrel=2
+pkgver=1.2.38
+pkgrel=1
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
arch=('x86_64')
# readline is found without our help. Don't explicitly list it.
# The same goes for device-mapper.
-depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=2.4.4')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=3.0.0')
makedepends=('cunit' 'cmake' 'pandoc' 'doctest')
optdepends=('jfsutils: JFS manipulation' 'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'