diff options
author | Fyodor Doletov | 2020-08-08 19:37:56 +0300 |
---|---|---|
committer | Fyodor Doletov | 2020-08-08 19:37:56 +0300 |
commit | dc3675e6c88dc1a38f7852ab439da117400368ce (patch) | |
tree | 664cef9401aaa7cb6436a9c4c19207713b8bb307 /PKGBUILD | |
parent | 98e95fc0c4ad64145b48dc6a261d4b345b4e538b (diff) | |
download | aur-dc3675e6c88dc1a38f7852ab439da117400368ce.tar.gz |
update to 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Senderman <doletov.fyodor@yandex.ru> pkgname=nvidia-system-monitor-qt -pkgver=1.1 -pkgrel=2 +pkgver=1.2.rc2 +pkgrel=1 pkgdesc="Task Manager for Linux for Nvidia graphics cards (QT vesrion)" arch=('x86_64') url="https://github.com/congard/${pkgname}" @@ -15,7 +15,7 @@ md5sums=('SKIP' 'SKIP') build() { cd $srcdir/${pkgname}-${pkgver} mkdir build - cmake -B build -DDistributive=Arch -G "Unix Makefiles" + cmake -DCMAKE_BUILD_TYPE=Release -B build -DDistributive=Arch -DVersionPrefix="rc1 AUR (compiled from source)" -G "Unix Makefiles" cmake --build build --target qnvsm -- -j 2 } |