summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292015-09-26 10:46:38 +0200
committerSpike292015-09-26 10:46:38 +0200
commit54349368cdfebf72f16e18a64da48071331e734f (patch)
tree97466bc4b1e50997d559938bd8f1761bf9079f74
parenta141583cac2e27ba8f71afaf2f0a5de03b4795d9 (diff)
downloadaur-54349368cdfebf72f16e18a64da48071331e734f.tar.gz
Upstream release 1.7-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5945dbb7aec..d03786b123ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = audio-recorder
pkgdesc = Free audio-recorder for Linux
- pkgver = 1.7.2
- pkgrel = 2
+ pkgver = 1.7.4
+ pkgrel = 1
url = https://launchpad.net/~audio-recorder
install = audio-recorder.install
arch = i686
@@ -15,8 +15,8 @@ pkgbase = audio-recorder
optdepends = gst-plugins-good: for WAV and Flac encoding
optdepends = gst-plugins-bad: for AAC encoding
optdepends = gst-plugins-ugly: for MP3 encoding
- source = https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_1.7-2%7Ewily.tar.gz
- md5sums = 31e6ab19c1985790e712e51a5b8b03f9
+ source = https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_1.7-4%7Ewily.tar.gz
+ md5sums = 4194c3191215848cea7ad2b1b1096d4b
pkgname = audio-recorder
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
}