summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--bluemindo.patch (renamed from makefile.patch)0
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10c891a2f1b6..177d3ea857ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = bluemindo
optdepends = gst-plugins-ugly: additional codecs
optdepends = gst-libav: libav codec
source = https://codingteam.net/project/bluemindo/download/file/bluemindo-1.0rc1.tar.gz
- source = makefile.patch
+ source = bluemindo.patch
sha256sums = e405c881feeb43f8126988403e1c1008ee5341c8faae90d5e671d9075c89fe5c
sha256sums = 3f8758bd2255966af796937902e1ff5064df3f34283172eaee8b28d855fb0747
diff --git a/PKGBUILD b/PKGBUILD
index 46541c27146e..fc6c423b6d14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,14 +14,15 @@ optdepends=('pulseaudio: PulseAudio support'
'gst-plugins-ugly: additional codecs'
'gst-libav: libav codec')
source=("https://codingteam.net/project/bluemindo/download/file/bluemindo-$pkgver.tar.gz"
- "makefile.patch")
+ "bluemindo.patch")
sha256sums=('e405c881feeb43f8126988403e1c1008ee5341c8faae90d5e671d9075c89fe5c'
'3f8758bd2255966af796937902e1ff5064df3f34283172eaee8b28d855fb0747')
prepare() {
cd $pkgname-1.0RC1
- patch -p1 -i ../makefile.patch
+ # patch Makefile
+ patch -p1 -i ../bluemindo.patch
}
package() {
diff --git a/makefile.patch b/bluemindo.patch
index b330da2d63fb..b330da2d63fb 100644
--- a/makefile.patch
+++ b/bluemindo.patch