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

David Runge dvzrv at archlinux.org
Sun Jun 9 14:39:23 UTC 2019


    Date: Sunday, June 9, 2019 @ 14:39:22
  Author: dvzrv
Revision: 478926

upgpkg: lmms 1.2.0-1

Upgrading to 1.2.0. Switching to assets for source tarballs.

Modified:
  lmms/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 14:35:59 UTC (rev 478925)
+++ PKGBUILD	2019-06-09 14:39:22 UTC (rev 478926)
@@ -4,10 +4,9 @@
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 # Contributor: Storyteller <spiralsorrow at hotmail.com>
 
-_pkgver=1.2.0-rc8
 pkgname=lmms
-pkgver=${_pkgver/-}
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='The Linux MultiMedia Studio'
 arch=('x86_64')
 url="https://lmms.io"
@@ -19,21 +18,12 @@
 'ladspa' 'qt5-tools' 'wine')
 optdepends=('pulseaudio: pulseaudio support'
             'wine: VST plugin support')
-source=("git+https://github.com/${pkgname}/${pkgname}.git#tag=v${_pkgver}"
-        'git+https://github.com/Lukas-W/qt5-x11embed.git'
-        'git+https://github.com/rampantpixels/rpmalloc.git')
-sha512sums=('SKIP'
-            'SKIP'
-            'SKIP')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}.tar.xz")
+sha512sums=('7d3476fbcbda49d75efee4161f6478656e38a517b6a3b24740ea354e223fba51210f45ff74b46fd1ac73fc6e65409226088b12e29558c91eb818da58734ab6cf')
 
 prepare() {
-  mv -v "${pkgname}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
   mkdir -vp build
-  git submodule init
-  git config submodule.src/3rdparty/qt5-x11embed.url "${srcdir}/qt5-x11embed"
-  git config submodule.src/3rdparty/rpmalloc.url "${srcdir}/rpmalloc"
-  git submodule update
   # setting lib dir
   sed -e 's|lib64|lib|g' -i cmake/modules/DetectMachine.cmake
 }



More information about the arch-commits mailing list