summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-09-20 02:52:24 -0400
committernick black2020-09-20 02:52:24 -0400
commit7a006d55a43da7281a25cefe54d5dd6149a24bb8 (patch)
treed592fe758d680ba49e9af5a9028cb602f9fbf459
parent47d5343e8149c635fe83b73e56ce6e9333f173b7 (diff)
downloadaur-7a006d55a43da7281a25cefe54d5dd6149a24bb8.tar.gz
new upstream 1.2.12, dep on notcurses 1.7.3+
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b27d5616b2d3..a5a8ed42d204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.11
- pkgrel = 2
+ pkgver = 1.2.12
+ 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.6.20
+ depends = notcurses>=1.7.3
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.11.tar.gz
- sha256sums = 173366a92b00ab4e703626af0cba4ab87f9295715bddb262ea056415d580a66b
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.12.tar.gz
+ sha256sums = 734f4ce0db1c269e8273e168a06946c2e481528756688237d627b81ac8bb2b71
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index ab850bdbeaa6..ea01dc86bfcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.11
-pkgrel=2
+pkgver=1.2.12
+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.6.20')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.7.3')
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=('173366a92b00ab4e703626af0cba4ab87f9295715bddb262ea056415d580a66b')
+sha256sums=('734f4ce0db1c269e8273e168a06946c2e481528756688237d627b81ac8bb2b71')