summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuildTools2020-02-11 10:22:21 -0500
committerBuildTools2020-02-11 10:22:21 -0500
commitfe7af1634b5994896e8c0a8df51a26c6d5cf9471 (patch)
tree069a10e4439a451c25702ecb4d09f418c2094736 /PKGBUILD
parentd7848cc54a453c877192ff8c696c9c41b9003059 (diff)
downloadaur-crazydiskinfo.tar.gz
fixed ncurses lib names
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad710b8fa4bf..50d4b0aecbec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=crazydiskinfo
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="An interactive TUI S.M.A.R.T viewer"
arch=('x86_64')
url='https://github.com/otakuto/crazydiskinfo'
@@ -14,6 +14,9 @@ sha256sums=('fca9a4487bb088d4e12d11b0c3040843a109818e9f757912490a0ca15ad95bb4')
prepare() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's/tinfow/tinfo/g' CMakeLists.txt
+ sed -i 's/ncursesw/ncurses/g' CMakeLists.txt
}
build() {