summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-10-19 08:43:13 -0400
committernick black2020-10-19 08:43:13 -0400
commitda4c069fe0946a202d8fe457f6e033f2fcde5294 (patch)
tree4e4d6b9a47736dee535dd0f3a4d26be45a87c85a
parentc1d985f6931e7ab8a8675da27e6e5d46c35ad3c3 (diff)
downloadaur-da4c069fe0946a202d8fe457f6e033f2fcde5294.tar.gz
new upstream 1.2.16, dep on notcurses 2.0.1+
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf7bd70cdfb..b21f1414ccd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.14
+ pkgver = 1.2.16
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>=1.7.6
+ depends = notcurses>=2.0.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.14.tar.gz
- sha256sums = adbc116dfef3573eb8a0df90b72e6bc86f8b9fe3a26c55ae174a2a1a2d6d9379
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.16.tar.gz
+ sha256sums = 11de3a8fafc202405fb7f18226cea68fa699aa9c7162a36c08583f52f2912e8a
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index aab5d5cf0318..8a4feaeb7d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.14
+pkgver=1.2.16
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.7.6')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=2.0.1')
makedepends=('cunit' 'cmake' 'pandoc')
optdepends=('jfsutils: JFS manipulation' 'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'
@@ -43,4 +43,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha256sums=('adbc116dfef3573eb8a0df90b72e6bc86f8b9fe3a26c55ae174a2a1a2d6d9379')
+sha256sums=('11de3a8fafc202405fb7f18226cea68fa699aa9c7162a36c08583f52f2912e8a')