summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-08-30 09:54:49 -0400
committernick black2020-08-30 09:54:49 -0400
commitf08cb9e58dfb523a89401628c2065b0138cbcdec (patch)
tree1424a930cb389e4164ae006c13cc379f562a8719
parent2f9b81621d5b9e7ddaecbaa62dd6910239a58612 (diff)
downloadaur-f08cb9e58dfb523a89401628c2065b0138cbcdec.tar.gz
growlight: new upstream 1.2.9, dep notcurses 1.6.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 243d7d0f08a8..d77be33725aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.8
+ pkgver = 1.2.9
pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = growlight
depends = libatasmart
depends = libpciaccess
depends = pciutils
- depends = notcurses>=1.6.1
+ depends = notcurses>=1.6.20
optdepends = jfsutils: JFS manipulation
optdepends = xfsprogs: XFS manipulation
optdepends = mdadm: Linux MDRAID manipulation
@@ -24,8 +24,8 @@ 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.8.tar.gz
- sha256sums = 007b112f468ff3c9db7cdbf97d991874bf100770861375808393f5cb83b210a7
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.9.tar.gz
+ sha256sums = d3a817a0119d30e6efaf655fc662d64cb5d19903d8cd814618e53206b5e3b581
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index da5dd34326a2..c52e076f62ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.8
+pkgver=1.2.9
pkgrel=1
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
@@ -9,7 +9,7 @@ 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' 'notcurses>=1.6.1')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.6.20')
makedepends=('cunit' 'docbook-xsl' 'cmake' 'libxslt')
optdepends=('jfsutils: JFS manipulation' 'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'
@@ -43,4 +43,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha256sums=('007b112f468ff3c9db7cdbf97d991874bf100770861375808393f5cb83b210a7')
+sha256sums=('d3a817a0119d30e6efaf655fc662d64cb5d19903d8cd814618e53206b5e3b581')