[arch-commits] Commit in lmms/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Thu Jan 8 20:33:19 UTC 2015


    Date: Thursday, January 8, 2015 @ 21:33:18
  Author: lfleischer
Revision: 125623

upgpkg: lmms 1.1.0-1

Upstream update.

Modified:
  lmms/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-08 20:32:50 UTC (rev 125622)
+++ PKGBUILD	2015-01-08 20:33:18 UTC (rev 125623)
@@ -5,7 +5,7 @@
 # Contributor: Storyteller <spiralsorrow at hotmail.com>
 
 pkgname=lmms
-pkgver=1.0.3
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='The Linux MultiMedia Studio.'
 arch=('i686' 'x86_64')
@@ -23,17 +23,13 @@
 conflicts=('lmms-extras')
 options=('!makeflags')
 install=lmms.install
-source=("https://github.com/LMMS/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-src.tar.bz2"
-        lmms-1.0.3-build-fix.patch
+source=("https://github.com/LMMS/${pkgname}/archive/v${pkgver}.tar.gz"
         zynaddsubfx_unlink.patch)
-md5sums=('1f63ad9abd1781206d852e79b2191638'
-         'fa8ab5c48b021b87f80444440479190a'
+md5sums=('170ce0615063e9a171f1980972cca262'
          'd2ea78ac0cf2979505f140c6845617cf')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i ../lmms-1.0.3-build-fix.patch
   patch -Np1 -i ../zynaddsubfx_unlink.patch
 }
 



More information about the arch-commits mailing list