summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03cb3948368b..e067cafe53f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpd-lightest
pkgdesc = "Lightest" mpd version with everything disabled. Modify PKGBUILD and enable the features and flags you need
pkgver = 0.21.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.musicpd.org/
install = mpd.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7287252ea82c..106d6fa05a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=mpd-lightest
pkgver=0.21.7
_majorver=0.21
-pkgrel=1
+pkgrel=2
pkgdesc='"Lightest" mpd version with everything disabled. Modify PKGBUILD and enable the features and flags you need'
url='https://www.musicpd.org/'
license=('GPL')
@@ -31,6 +31,7 @@ install=mpd.install
prepare() {
cd "${srcdir}/mpd-${pkgver}"
patch --input="${srcdir}/../meson.patch"
+ patch -p0 -R --input="${srcdir}/../ffmpeg.patch"
install -d build
}