summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-09-02 05:17:37 -0400
committernick black2020-09-02 05:17:37 -0400
commit47d5343e8149c635fe83b73e56ce6e9333f173b7 (patch)
treeaa1b9a24f1e3290d8acbbe3364e236bdaf7ab7fd
parent8318a62707a032ae2db384e525e603140243da2a (diff)
downloadaur-47d5343e8149c635fe83b73e56ce6e9333f173b7.tar.gz
makedepend on pandoc
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d82c14de4f82..b27d5616b2d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = growlight
pkgdesc = Disk manipulation and system preparation tool
pkgver = 1.2.11
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Growlight
arch = x86_64
license = GPL3
makedepends = cunit
- makedepends = docbook-xsl
makedepends = cmake
- makedepends = libxslt
+ makedepends = pandoc
depends = cryptsetup
depends = libatasmart
depends = libpciaccess
diff --git a/PKGBUILD b/PKGBUILD
index fdeeb5b2535b..ab850bdbeaa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=growlight
pkgver=1.2.11
-pkgrel=1
+pkgrel=2
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' 'notcurses>=1.6.20')
-makedepends=('cunit' 'docbook-xsl' 'cmake' 'libxslt')
+makedepends=('cunit' 'cmake' 'pandoc')
optdepends=('jfsutils: JFS manipulation' 'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'
'btrfs-progs: Btrfs manipulation'