summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYannick Le Guen2017-11-02 11:08:37 +0100
committerYannick Le Guen2017-11-02 11:08:37 +0100
commit4a5efc1534976d193bdd66e78e8ffba089ab9fc8 (patch)
tree648fc10b8b572984456a0fbf162c33a5d55ef3df /PKGBUILD
parentc7f6952049a137cc2c0a2bd325ecaf5a6ad31131 (diff)
downloadaur-4a5efc1534976d193bdd66e78e8ffba089ab9fc8.tar.gz
New upstream release + dependencies cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 902db64c9c07..948c8f7164cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,19 @@
# Contributor: Lucas SaliƩs Brum <lucas@archlinux.com.br>
pkgname=audio-recorder
-pkgver=1.9.7
+pkgver=2.0.2
pkgrel=1
-pkgdesc="Free audio-recorder for Linux"
+pkgdesc="Audio Recorder Application"
arch=('i686' 'x86_64')
url='https://launchpad.net/~audio-recorder'
license=('GPL3')
-depends=('gst-plugins-base' 'gtk3' 'libappindicator-gtk3')
+depends=('pulseaudio' 'gst-plugins-base' 'gst-plugins-good' 'libappindicator-gtk3')
makedepends=('intltool')
-optdepends=('pulseaudio: for extended recording capabilities'
- 'gst-plugins-good: for WAV and Flac encoding'
- 'gst-plugins-bad: for AAC encoding'
- 'gst-plugins-ugly: for MP3 encoding')
-source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+files/${pkgname}_${pkgver}~zesty.tar.gz")
-md5sums=('36c3b73f9ae0d4d40f241221223194d9')
+optdepends=('gst-plugins-bad: for AAC encoding'
+ 'gst-plugins-ugly: for MP3 encoding'
+ 'gst-libav: plugin for the libav library')
+source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+files/${pkgname}_${pkgver}~artful.tar.gz")
+md5sums=('399267fcc6453eef8a4a08bd92101a96')
build() {
cd "${srcdir}/trunk"