summaryrefslogtreecommitdiff
path: root/community/obs-studio/PKGBUILD
blob: 67cc156f8dc4beb926efc57547844605e21c73f4 (plain)
1
2
3
4
5
6
7
8
9
# 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"
}