summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d8e2863e43b..92e1d70fba37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kms-filters
pkgver=6.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="Kurento server AV filters"
arch=(any)
url="https://github.com/Kurento/kms-filters"
@@ -42,4 +42,6 @@ package() {
local builddir=$srcdir/$pkgname/build
cd "$builddir"
make install DESTDIR="$pkgdir"
+ # no idea why this is copied there and how to get rid of it
+ rm "$pkgdir"/etc/kurento/modules/kurento/*.cmake
}