summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2019-10-26 14:33:36 -0400
committernick black2019-10-26 14:33:36 -0400
commit8c0c4669c2e26c6e65be8fdde48065f07196d290 (patch)
treeda3135477cd4624d4a0b1ca87bcb047d003aa826
parent5edbd68c076a5c991fdaa413c3f145d3aaba2a01 (diff)
downloadaur-8c0c4669c2e26c6e65be8fdde48065f07196d290.tar.gz
growlight 1.1.1.1-1: new upstream, add outcurses dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13db013c1cb0..985974a83f9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.1.1.1
+ pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = growlight
makedepends = autoconf-archive
makedepends = libxslt
makedepends = autoconf
+ makedepends = outcurses
depends = cryptsetup
depends = libatasmart
depends = libpciaccess
@@ -23,8 +24,8 @@ pkgbase = growlight
optdepends = f2fs-tools: F2FS manipulation
optdepends = hdparm: Deep ATA hardware details
optdepends = nvme-cli: Deep NVMe hardware details
- source = https://github.com/dankamongmen/growlight/archive/v1.1.1.tar.gz
- sha256sums = 13128f26e3b6c3bf20ad64d424c820e57b783684008e7655f69feafd4e9b5938
+ source = https://github.com/dankamongmen/growlight/archive/v1.1.1.1.tar.gz
+ sha256sums = d73da05fd0a3de8103307701fcb64d7cfc9f13375060d11fd96b5d2cbfb7aca7
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 3e777ba2c3da..80a7189feca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.1.1
+pkgrel=1
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
@@ -10,7 +10,7 @@ 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')
-makedepends=('cunit' 'docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf')
+makedepends=('cunit' 'docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf' 'outcurses')
optdepends=('jfsutils: JFS manipulation'
'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'
@@ -34,4 +34,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
-sha256sums=('13128f26e3b6c3bf20ad64d424c820e57b783684008e7655f69feafd4e9b5938')
+sha256sums=('d73da05fd0a3de8103307701fcb64d7cfc9f13375060d11fd96b5d2cbfb7aca7')