summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292015-09-26 10:46:38 +0200
committerSpike292015-09-26 10:46:38 +0200
commit54349368cdfebf72f16e18a64da48071331e734f (patch)
tree97466bc4b1e50997d559938bd8f1761bf9079f74 /PKGBUILD
parenta141583cac2e27ba8f71afaf2f0a5de03b4795d9 (diff)
downloadaur-54349368cdfebf72f16e18a64da48071331e734f.tar.gz
Upstream release 1.7-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf377c9853a8..97d33bbcd6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Lucas SaliƩs Brum <lucas@archlinux.com.br>
pkgname=audio-recorder
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
pkgdesc="Free audio-recorder for Linux"
arch=('i686' 'x86_64')
url='https://launchpad.net/~audio-recorder'
@@ -16,16 +16,16 @@ optdepends=('pulseaudio: for extended recording capabilities'
'gst-plugins-bad: for AAC encoding'
'gst-plugins-ugly: for MP3 encoding')
install="$pkgname.install"
-source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+files/${pkgname}_1.7-2%7Ewily.tar.gz")
-md5sums=('31e6ab19c1985790e712e51a5b8b03f9')
+source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+files/${pkgname}_1.7-4%7Ewily.tar.gz")
+md5sums=('4194c3191215848cea7ad2b1b1096d4b')
build() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/trunk"
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/trunk"
make DESTDIR="$pkgdir/" install
}