summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2019-10-26 13:19:06 -0400
committernick black2019-10-26 13:19:06 -0400
commit87e332d930b1d7439f2259469670706d88af594b (patch)
treed28b5f4d1206f89a346b971554f18b55fc0f485e
parent3c995f9bc2dd98e43cfbe032bed67b833633087f (diff)
downloadaur-87e332d930b1d7439f2259469670706d88af594b.tar.gz
Outcurses 0.0.4-2: dep on gtest/cmake
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d39648aa1cd..e9dcee2361ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,13 @@
pkgbase = outcurses
pkgdesc = High-level UI elements built atop ncurses
pkgver = 0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Outcurses
arch = x86_64
license = Apache
- makedepends = docbook-xsl
- makedepends = autoconf-archive
- makedepends = libxslt
- makedepends = autoconf
- depends = cryptsetup
- depends = libatasmart
- depends = libpciaccess
- depends = pciutils
+ makedepends = gtest
+ makedepends = cmake
+ depends = ncurses
source = https://github.com/dankamongmen/outcurses/archive/v0.0.4.tar.gz
sha256sums = 0799e6b77ed6a00866dd2f24fc15d345a5908c8a81c742ddc1338f59b3d1adf1
diff --git a/PKGBUILD b/PKGBUILD
index c92f651afc11..9f8b826bc7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=outcurses
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="High-level UI elements built atop ncurses"
url="https://nick-black.com/dankwiki/index.php/Outcurses"
license=('Apache')
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=('docbook-xsl' 'autoconf-archive' 'libxslt' 'autoconf')
+depends=('ncurses')
+makedepends=('gtest' 'cmake')
source=("https://github.com/dankamongmen/outcurses/archive/v${pkgver}.tar.gz")
build() {