summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-10-10 04:42:09 -0400
committernick black2020-10-10 04:42:09 -0400
commitc1d985f6931e7ab8a8675da27e6e5d46c35ad3c3 (patch)
tree761b1bef3b5b5ddec78935ab21d050e84950b892
parent74a9c508bd9fed6365198fd351a319c4c8fe4dd5 (diff)
downloadaur-c1d985f6931e7ab8a8675da27e6e5d46c35ad3c3.tar.gz
new upstream 1.2.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b1ca0e66428..baf7bd70cdfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.12
- pkgrel = 2
+ pkgver = 1.2.14
+ pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = growlight
depends = libatasmart
depends = libpciaccess
depends = pciutils
- depends = notcurses>=1.7.4
+ depends = notcurses>=1.7.6
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.12.tar.gz
- sha256sums = 734f4ce0db1c269e8273e168a06946c2e481528756688237d627b81ac8bb2b71
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.14.tar.gz
+ sha256sums = adbc116dfef3573eb8a0df90b72e6bc86f8b9fe3a26c55ae174a2a1a2d6d9379
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 54998ce06b6a..aab5d5cf0318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.12
-pkgrel=2
+pkgver=1.2.14
+pkgrel=1
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
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.4')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.7.6')
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=('734f4ce0db1c269e8273e168a06946c2e481528756688237d627b81ac8bb2b71')
+sha256sums=('adbc116dfef3573eb8a0df90b72e6bc86f8b9fe3a26c55ae174a2a1a2d6d9379')