summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-02-15 22:38:56 -0500
committernick black2021-02-15 22:38:56 -0500
commit62e09bdb46c740bb291aca46bce2f67a08bcf69f (patch)
treee8352b8f60f341dedd892cd9eb14473f642923d4
parent0c173dd916faf3005c95cc77c578beba9b26fa26 (diff)
downloadaur-62e09bdb46c740bb291aca46bce2f67a08bcf69f.tar.gz
new upstream 1.2.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d68cdb712fd..08cf9b185338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.28
+ pkgver = 1.2.30
pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = growlight
depends = libatasmart
depends = libpciaccess
depends = pciutils
- depends = notcurses>=2.0.1
+ depends = notcurses>=2.2.1
optdepends = jfsutils: JFS manipulation
optdepends = xfsprogs: XFS manipulation
optdepends = mdadm: Linux MDRAID manipulation
@@ -23,8 +23,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.28.tar.gz
- sha256sums = eb43a380dd2c9c50d175d7268b6825e7967aa8f4678ef323b18532637ae215cf
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.30.tar.gz
+ sha256sums = c810b0e0f3630f2d79c81801dafe67fa136c75d5f92777d57f632f757362bae7
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 10289fc6ad8c..ec63a20b2ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.28
+pkgver=1.2.30
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')
# readline is found without our help. Don't explicitly list it.
# The same goes for device-mapper.
-depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=2.0.1')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=2.2.1')
makedepends=('cunit' 'cmake' 'pandoc')
optdepends=('jfsutils: JFS manipulation' 'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'
@@ -50,4 +50,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha256sums=('eb43a380dd2c9c50d175d7268b6825e7967aa8f4678ef323b18532637ae215cf')
+sha256sums=('c810b0e0f3630f2d79c81801dafe67fa136c75d5f92777d57f632f757362bae7')