summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292015-09-07 17:09:16 +0200
committerSpike292015-09-07 17:09:16 +0200
commit03af1906d8803a4a5a68f4174dd641065fd84934 (patch)
treef511d910c117038fdf6c28f1a14d146af95d5988 /PKGBUILD
parent6da19985aa5c408a0b88ece388ef63ef9b21a02e (diff)
downloadaur-03af1906d8803a4a5a68f4174dd641065fd84934.tar.gz
Upstream release 1.7.2, remove unneeded patch, update URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 5 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee3bf31854fe..9a2fc464e311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Lucas SaliƩs Brum <lucas@archlinux.com.br>
pkgname=audio-recorder
-pkgver=1.6.3
+pkgver=1.7.2
pkgrel=1
-pkgdesc="Audio recorder for GNOME and Unity Desktops"
+pkgdesc="Free audio-recorder for Linux"
arch=('i686' 'x86_64')
-url='https://launchpad.net/audio-recorder'
+url='https://launchpad.net/~audio-recorder'
license=('GPL3')
depends=('gst-plugins-base' 'gtk3' 'libappindicator-gtk3')
makedepends=('intltool')
@@ -15,20 +15,9 @@ 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')
-provides=('audio-recorder')
install="$pkgname.install"
-conflicts=('audio-recorder-bzr' 'audio-recorder-from-deb')
-source=("https://launchpad.net/~osmoma/+archive/ubuntu/${pkgname}/+files/${pkgname}_1.6-3%7Evivid.tar.gz"
- "fix_gtk3.16_build.patch")
-md5sums=('bf01da5442b03ac39d950a238b556f93'
- '84edc83c85c82903070401274b22803c')
-
-prepare() {
- cd "$srcdir/$pkgname"
- # Fix build with GTK 3.16
- # https://bugs.launchpad.net/audio-recorder/+bug/1442219
- patch -p1 < ../fix_gtk3.16_build.patch
-}
+source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+files/${pkgname}_1.7-2%7Ewily.tar.gz")
+md5sums=('31e6ab19c1985790e712e51a5b8b03f9')
build() {
cd "$srcdir/$pkgname"