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

Anatol Pomozov anatolik at archlinux.org
Sun Nov 15 05:02:47 UTC 2015


    Date: Sunday, November 15, 2015 @ 06:02:47
  Author: anatolik
Revision: 251081

upgpkg: audacity 2.1.1-1

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-14 23:24:31 UTC (rev 251080)
+++ PKGBUILD	2015-11-15 05:02:47 UTC (rev 251081)
@@ -2,11 +2,11 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=audacity
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
-url="http://audacity.sourceforge.net/"
+url="http://audacityteam.org"
 license=('GPL')
 depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'lilv' 'soundtouch'
 	 'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
@@ -13,23 +13,23 @@
 makedepends=('cmake' 'python2')
 options=('!makeflags')
 install=audacity.install
-source=(http://downloads.sourceforge.net/project/audacity/audacity/${pkgver}/${pkgname}-minsrc-${pkgver}.tar.xz
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
         audacity-ffmpeg.patch)
-sha1sums=('a53bce0276240bb56f2e3fd1bf235a4ef688caa3'
+sha1sums=('3ff019e02a8ef9d712166dd1b466c494102a859a'
           '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61')
 
 prepare() {
-  cd ${pkgname}-minsrc-${pkgver}
+  cd audacity-Audacity-${pkgver}
   patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
 }
 
 build() {
-  cd ${pkgname}-minsrc-${pkgver}
+  cd audacity-Audacity-${pkgver}
   WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr --with-libsamplerate
   make
 }
 
 package() {
-  cd ${pkgname}-minsrc-${pkgver}
+  cd audacity-Audacity-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list