summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2019-04-24 00:26:03 +0200
committerBernhard Landauer2019-04-24 00:26:03 +0200
commitdc19d2c2494d355ebf8781e1c670a0b794d7d270 (patch)
tree24304019c13421e6788c72ca58b043fe5a196795
parent2041898e136364f78fce6abe14a88cc672ca58c9 (diff)
downloadaur-dc19d2c2494d355ebf8781e1c670a0b794d7d270.tar.gz
fix pkgbase
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01e86f341e56..dbb4510aa712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = mlt
+pkgbase = mlt-python2-bindings
pkgdesc = python2 bindings for mlt
pkgver = 6.14.0
pkgrel = 1
diff --git a/PKGBUILD b/PKGBUILD
index 52c300f85660..1f4af3227e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
# Maintainer: Bernhard Landauer <bernhard@manjaro.org>
-pkgbase=mlt
pkgname=(mlt-python2-bindings)
pkgver=6.14.0
pkgrel=1
@@ -18,7 +17,7 @@ sha256sums=('d387350f7bb7dd01efce3933c5ab7987b596e98bef7cc9c2349524d55a808b5e'
'e770eaa39337cbbeb7d03357c11013e62ea355696023d1bd2d0fca6d1812b627')
prepare() {
- cd $pkgbase-$pkgver
+ cd mlt-$pkgver
patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4
}