summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-07-14 12:36:53 -0400
committernick black2020-07-14 12:36:53 -0400
commitb1b8254d923984f3f32f3403ad56784def0c4605 (patch)
tree2cf4e7443a4563fda1975789ddc4fe823601e370
parent4a494080864e871944733aac9a383bd4362cec14 (diff)
downloadaur-b1b8254d923984f3f32f3403ad56784def0c4605.tar.gz
new upstream 1.2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21d86c2445b..e5b0e49c8000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.6
+ pkgver = 1.2.7
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.3.2
+ depends = notcurses>=1.6.1
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.6.tar.gz
- sha256sums = 01cd0abbf42376c949ccf3126e5cb9aafcf15aac0a583e1a7c7c4a5fe879ac61
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.7.tar.gz
+ sha256sums = 68e951ab482e8f505f3a84130cf416ff14fa431da088fc84515bf81df5c15676
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 48b79774221e..8bb4364a35d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.6
+pkgver=1.2.7
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.3.2')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.6.1')
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=('01cd0abbf42376c949ccf3126e5cb9aafcf15aac0a583e1a7c7c4a5fe879ac61')
+sha256sums=('68e951ab482e8f505f3a84130cf416ff14fa431da088fc84515bf81df5c15676')