summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-10-04 03:32:44 -0400
committernick black2021-10-04 03:32:44 -0400
commitd3da88adbe3a130012da2dbf3eeaa78d19177b81 (patch)
tree6ad4ce298f2b22fdde02ebeca9a495537fdd0b43
parent6866b64969414d0567a055919b13345a6715616d (diff)
downloadaur-d3da88adbe3a130012da2dbf3eeaa78d19177b81.tar.gz
mark notcurses dep as 2.4.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28bffcfcf512..9802de6eeda6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
pkgver = 1.2.36
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = growlight
depends = libatasmart
depends = libpciaccess
depends = pciutils
- depends = notcurses>=2.2.1
+ depends = notcurses>=2.4.4
optdepends = jfsutils: JFS manipulation
optdepends = xfsprogs: XFS manipulation
optdepends = mdadm: Linux MDRAID manipulation
diff --git a/PKGBUILD b/PKGBUILD
index ca8fb0124d4e..072ea75c124b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=growlight
pkgver=1.2.36
-pkgrel=1
+pkgrel=2
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
arch=('x86_64')
# readline is found without our help. Don't explicitly list it.
# The same goes for device-mapper.
-depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=2.2.1')
+depends=('cryptsetup' 'libatasmart' 'libpciaccess' 'pciutils' 'notcurses>=2.4.4')
makedepends=('cunit' 'cmake' 'pandoc' 'doctest')
optdepends=('jfsutils: JFS manipulation' 'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'