diff options
author | nick black | 2021-12-09 22:13:46 -0500 |
---|---|---|
committer | nick black | 2021-12-09 22:13:46 -0500 |
commit | e8c8d048155ae5205405bbe5da3219b1c722fc51 (patch) | |
tree | 13e04c30f5ca08b48d872279b884fe04e3bfab6d /PKGBUILD | |
parent | f8b30273e36b8c910f3d0c7e676fda79849cbd13 (diff) | |
download | aur-e8c8d048155ae5205405bbe5da3219b1c722fc51.tar.gz |
new upstream, dep on notcurses 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |