~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to linux-distros/arch-linux/PKGBUILD

  • Committer: Osmo Antero
  • Date: 2019-03-02 21:25:18 UTC
  • Revision ID: osmoma@gmail.com-20190302212518-llwf2w4irz0n1nji
Version 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Contributor: Lucas Saliés Brum <lucas@archlinux.com.br>
3
3
 
4
4
pkgname=audio-recorder
5
 
pkgver=2.2.3
6
 
pkgrel=3
 
5
pkgver=3.0.0
 
6
pkgrel=0
7
7
pkgdesc="Audio recorder for GNOME and Unity Desktops"
8
8
arch=('i686' 'x86_64')
9
9
url='https://launchpad.net/audio-recorder'
19
19
provides=('audio-recorder')
20
20
install="$pkgname.install"
21
21
conflicts=('audio-recorder-bzr' 'audio-recorder-from-deb')
22
 
source=("https://launchpad.net/$pkgname/trunk/version2.2.3/+download/$pkgname-2.2.3.tar.gz")
 
22
source=("https://launchpad.net/$pkgname/trunk/version3.0.0/+download/$pkgname-3.0.0.tar.gz")
23
23
md5sums=('??????')
24
24
 
25
25
build() {