summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordec05eba2021-07-23 18:25:08 +0200
committerdec05eba2021-07-23 18:25:08 +0200
commit3eb730b1ae10b47125b3647886fd463259b36caa (patch)
tree18ec3d8d85fb07d75486fd7502a9657dcf017f93
parentdea572615eb4f6ae8010c24a9dbb31ea6c63af9c (diff)
downloadaur-3eb730b1ae10b47125b3647886fd463259b36caa.tar.gz
Update nvfbc install guide
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1386f83d1b38..dac9ed47f3d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gpu-screen-recorder-git
pkgdesc = A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.
pkgver = r68.1f71584
- pkgrel = 1
+ pkgrel = 2
url = https://git.dec05eba.com/gpu-screen-recorder
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 391a39868ea4..2c1d5cfa0ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gpu-screen-recorder-git
pkgver=r68.1f71584
-pkgrel=1
+pkgrel=2
pkgdesc='A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.'
arch=('x86_64')
url="https://git.dec05eba.com/gpu-screen-recorder"
@@ -22,5 +22,5 @@ build() {
package() {
cd "$srcdir"
install -Dm755 "sibs-build/$(sibs platform)/release/gpu-screen-recorder" "$pkgdir/usr/bin/gpu-screen-recorder"
- echo "Optional: Install NVENC patch and NvFBC patch to be able to record displays/the entire screen"
+ echo "Optional: Install NVENC patch and NvFBC patch from https://github.com/keylase/nvidia-patch to be able to record displays/the entire screen"
}