diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD index af69f47a3..f4337eb47 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -27,11 +27,6 @@ install=lmms.install source=("$pkgname-$pkgver.tar.gz::https://github.com/LMMS/${pkgname}/archive/v${pkgver}.tar.gz") md5sums=('88d9e66d240b711c37315e3c9da644a1') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../0001-Fix-calcSlope1-was-not-declared-errors.patch -} - build() { cd "${srcdir}/${pkgname}-${pkgver}"