summaryrefslogtreecommitdiff
path: root/community/obs-studio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/obs-studio/PKGBUILD')
-rw-r--r--community/obs-studio/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/obs-studio/PKGBUILD b/community/obs-studio/PKGBUILD
deleted file mode 100644
index 67cc156f..00000000
--- a/community/obs-studio/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# harmless bug, missing an include for QAction, not seen where I could report this upstream,
-# and I don't understand why this doesn't fail on 64-bit?!
-source+=('obs-studio-21.1.1-missing-qaction.patch')
-md5sums+=('7d0c4cd6e2c3a47595af3961d78f8a4e')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i "$srcdir/obs-studio-21.1.1-missing-qaction.patch"
-}