summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-04-22 15:11:08 -0400
committernick black2020-04-22 15:11:08 -0400
commit3f5d8b03c24456bcc2ab1de1ffeb844ea068521e (patch)
treedcf1b926814a238ac1f91a9c2373cf2da8437001
parent21f669c99459a34201a1bffe467efaebb958991f (diff)
downloadaur-3f5d8b03c24456bcc2ab1de1ffeb844ea068521e.tar.gz
New upstream 1.2.4, bump notcurses dep
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6de77038232..28573e92d50c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = growlight
depends = libatasmart
depends = libpciaccess
depends = pciutils
- depends = notcurses>=1.2.7
+ depends = notcurses>=1.3.2
optdepends = jfsutils: JFS manipulation
optdepends = xfsprogs: XFS manipulation
optdepends = mdadm: Linux MDRAID manipulation
@@ -25,8 +25,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.3.tar.gz
- sha256sums = 47a9016aa93b131b719298daba00be991d92c808213f4c4421c517401bde8425
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.4.tar.gz
+ sha256sums = e5132ccbbfa861bea98ad2be6e75a284ac937bee925b2b485483c0d5328f3195
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 4bc2569e9cde..5fbcd4f0296c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.3
+pkgver=1.2.4
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.2.7')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.3.2')
makedepends=('cunit' 'docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf')
optdepends=('jfsutils: JFS manipulation'
'xfsprogs: XFS manipulation'
@@ -45,4 +45,4 @@ check() {
make DESTDIR="$pkgdir/" check
}
-sha256sums=('47a9016aa93b131b719298daba00be991d92c808213f4c4421c517401bde8425')
+sha256sums=('e5132ccbbfa861bea98ad2be6e75a284ac937bee925b2b485483c0d5328f3195')