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

David Runge dvzrv at archlinux.org
Wed Apr 24 00:29:10 UTC 2019


    Date: Wednesday, April 24, 2019 @ 00:29:08
  Author: dvzrv
Revision: 453260

upgpkg: mixxx 2.2.1-1

Upgrading to 2.2.1. Dropping unit test fix, as it was integrated upstream.

Modified:
  mixxx/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-23 23:56:52 UTC (rev 453259)
+++ PKGBUILD	2019-04-24 00:29:08 UTC (rev 453260)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=mixxx
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('x86_64')
 url='https://www.mixxx.org'
@@ -19,16 +19,12 @@
 makedepends=('qt5-tools' 'qtkeychain' 'scons')
 optdepends=('qtkeychain: Credentials storage support for Live Broadcasting profiles')
 checkdepends=('xorg-server-xvfb')
-source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz"
-        "${pkgname}-audiotaperpottest.patch::https://github.com/mixxxdj/mixxx/pull/1979.patch"
-)
-sha512sums=('8174b504d236cde36c636985e0e224915f0be69b13691bf0d88c21087c20c1100ff55561b6e395d97fe5b21a0229fe9ecdac2493cb44fa99a42549c368fa2134'
-            '91760005610bbb20eae5265ef723c59f9b5cd858d29781b16d8774cd743cbcafa1a3e55012be06dc1f318fab30a2d282717bde59582b516a8b4af1e3264f761a')
+source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz")
+sha512sums=('16f0f4f6a83cd18501fdba3cb8d4f7fe4ac14b980d390406cb61acb889647ba89bc4051bb342d73081f940166f1689027f47fe6928e36c72babc18bf2a0d9bf3')
 
 prepare() {
   mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
-  patch -Np1 -i "../${pkgname}-audiotaperpottest.patch"
 }
 
 build() {



More information about the arch-commits mailing list