summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-12-09 22:13:46 -0500
committernick black2021-12-09 22:13:46 -0500
commite8c8d048155ae5205405bbe5da3219b1c722fc51 (patch)
tree13e04c30f5ca08b48d872279b884fe04e3bfab6d
parentf8b30273e36b8c910f3d0c7e676fda79849cbd13 (diff)
downloadaur-e8c8d048155ae5205405bbe5da3219b1c722fc51.tar.gz
new upstream, dep on notcurses 3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9a53e9cb989..0467ed0c6bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.37
- pkgrel = 2
+ pkgver = 1.2.38
+ pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = growlight
depends = libatasmart
depends = libpciaccess
depends = pciutils
- depends = notcurses>=2.4.4
+ depends = notcurses>=3.0.0
optdepends = jfsutils: JFS manipulation
optdepends = xfsprogs: XFS manipulation
optdepends = mdadm: Linux MDRAID manipulation
@@ -24,7 +24,7 @@ pkgbase = growlight
optdepends = hdparm: Deep ATA hardware details
optdepends = nvme-cli: Deep NVMe hardware details,
optdepends = zfs-utils: ZFS-on-Linux manipulation
- source = https://github.com/dankamongmen/growlight/archive/v1.2.37.tar.gz
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.38.tar.gz
sha256sums = 82a349b623dcfd5db6dc56332f52a2c605775dba31f926576466e9896240a090
pkgname = growlight
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'