summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-04-11 22:28:54 -0400
committernick black2020-04-11 22:28:54 -0400
commit21f669c99459a34201a1bffe467efaebb958991f (patch)
treef7752ed450a46ab509fa0074ef3e0b5f6e7af48c
parent40cb2c67a5a96973f2332bc47b687769fb36fef1 (diff)
downloadaur-21f669c99459a34201a1bffe467efaebb958991f.tar.gz
new upstream, 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 42c2c7a01423..c6de77038232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.2
+ pkgver = 1.2.3
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.1
+ depends = notcurses>=1.2.7
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.2.tar.gz
- sha256sums = 6d2c8a76595bb0dc130671652acf767dfdb13dbbb1a9ad9f7b7684cfbf91a951
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.3.tar.gz
+ sha256sums = 47a9016aa93b131b719298daba00be991d92c808213f4c4421c517401bde8425
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index a3384eae85ba..4bc2569e9cde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.2
+pkgver=1.2.3
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.1')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.2.7')
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=('6d2c8a76595bb0dc130671652acf767dfdb13dbbb1a9ad9f7b7684cfbf91a951')
+sha256sums=('47a9016aa93b131b719298daba00be991d92c808213f4c4421c517401bde8425')