summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-02-10 22:25:24 -0500
committernick black2020-02-10 22:25:24 -0500
commitc1c3e3bcd4da83a686ff73a7f6b7359c797553ca (patch)
treea9622feca6fdb731388f9b139cfde56033262b61
parent895dd1d633c612474939001a11f0fb310c3f83c1 (diff)
downloadaur-c1c3e3bcd4da83a686ff73a7f6b7359c797553ca.tar.gz
new upstream v1.2.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad1f2bd0661..a32f5ec3667a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -10,12 +10,11 @@ pkgbase = growlight
makedepends = autoconf-archive
makedepends = libxslt
makedepends = autoconf
- makedepends = outcurses>=0.0.5
depends = cryptsetup
depends = libatasmart
depends = libpciaccess
depends = pciutils
- depends = notcurses>=1.1.2
+ depends = notcurses>=1.1.7
optdepends = jfsutils: JFS manipulation
optdepends = xfsprogs: XFS manipulation
optdepends = mdadm: Linux MDRAID manipulation
@@ -26,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.0.tar.gz
- sha256sums = 8bdb0d9e0cff85ae36cb251e4126b4b5058aeeebf1e31e8f27cb868c00499f31
+ source = https://github.com/dankamongmen/growlight/archive/v1.2.1.tar.gz
+ sha256sums = efe105f400b599e15246f6153d270fe82d861f28a323720fc73172a5869e34d8
pkgname = growlight
diff --git a/PKGBUILD b/PKGBUILD
index 3b9eed27a2e4..c63549c6b98a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=growlight
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+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.1.2')
-makedepends=('cunit' 'docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf' 'outcurses>=0.0.5')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=1.1.7')
+makedepends=('cunit' 'docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf')
optdepends=('jfsutils: JFS manipulation'
'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'
@@ -45,4 +45,4 @@ check() {
make DESTDIR="$pkgdir/" check
}
-sha256sums=('8bdb0d9e0cff85ae36cb251e4126b4b5058aeeebf1e31e8f27cb868c00499f31')
+sha256sums=('efe105f400b599e15246f6153d270fe82d861f28a323720fc73172a5869e34d8')