summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-02-20 06:28:42 -0500
committernick black2020-02-20 06:28:42 -0500
commit40cb2c67a5a96973f2332bc47b687769fb36fef1 (patch)
treec2ba420bedf8191cd5e4cda7ed842044afe0b9a2
parentc1c3e3bcd4da83a686ff73a7f6b7359c797553ca (diff)
downloadaur-40cb2c67a5a96973f2332bc47b687769fb36fef1.tar.gz
New uptream 1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a32f5ec3667a..42c2c7a01423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.1
+ pkgver = 1.2.2
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.1.7
+ depends = notcurses>=1.2.1
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.1.tar.gz
- sha256sums = efe105f400b599e15246f6153d270fe82d861f28a323720fc73172a5869e34d8
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.2.tar.gz
+ sha256sums = 6d2c8a76595bb0dc130671652acf767dfdb13dbbb1a9ad9f7b7684cfbf91a951
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index c63549c6b98a..a3384eae85ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.1
+pkgver=1.2.2
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.1.7')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.2.1')
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=('efe105f400b599e15246f6153d270fe82d861f28a323720fc73172a5869e34d8')
+sha256sums=('6d2c8a76595bb0dc130671652acf767dfdb13dbbb1a9ad9f7b7684cfbf91a951')