summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rosca2021-03-28 13:36:39 +0200
committerDavid Rosca2021-03-28 13:36:39 +0200
commitabe6e8d184e6dba4bfdcc3ae78418a500def6f3a (patch)
tree18d4ab96a49fc27401e629ecd6841d1edbd0ee31
parent84981585170f23de210256efd6b907c514e48e8b (diff)
downloadaur-abe6e8d184e6dba4bfdcc3ae78418a500def6f3a.tar.gz
Change description to mention OpenGL capture
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc04d590d35b..30a50d56dda5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,11 +15,11 @@ pkgbase = obs-vkcapture-git
sha512sums = SKIP
pkgname = obs-vkcapture-git
- pkgdesc = OBS Linux Vulkan game capture
+ pkgdesc = OBS Linux Vulkan/OpenGL game capture
conflicts = obs-vkcapture
pkgname = lib32-obs-vkcapture-git
- pkgdesc = OBS Linux Vulkan game capture (32-bit)
+ pkgdesc = OBS Linux Vulkan/OpenGL game capture (32-bit)
depends = lib32-vulkan-icd-loader
conflicts = lib32-obs-vkcapture
diff --git a/PKGBUILD b/PKGBUILD
index 088fbe4e61bc..07a58b4b7f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,14 +37,14 @@ build() {
}
package_obs-vkcapture-git() {
- pkgdesc='OBS Linux Vulkan game capture'
+ pkgdesc='OBS Linux Vulkan/OpenGL game capture'
conflicts=('obs-vkcapture')
make -C build DESTDIR="$pkgdir" install
}
package_lib32-obs-vkcapture-git() {
- pkgdesc='OBS Linux Vulkan game capture (32-bit)'
+ pkgdesc='OBS Linux Vulkan/OpenGL game capture (32-bit)'
depends=('lib32-vulkan-icd-loader')
conflicts=('lib32-obs-vkcapture')