summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292019-11-16 17:19:37 +0100
committerSpike292019-11-16 17:19:37 +0100
commit8b2914ec722e3372ca16fafe7f9219b47749e099 (patch)
tree18c8a805a419ad0059b5832e2d396f57436e6071
parent65a43f9555dd318cf802e751d2a988f58d5f14c4 (diff)
downloadaur-8b2914ec722e3372ca16fafe7f9219b47749e099.tar.gz
Upstream release 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71bec07a3368..28c6205f1185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audio-recorder
pkgdesc = Audio Recorder Application
- pkgver = 3.0.5
+ pkgver = 3.1.1
pkgrel = 1
url = https://launchpad.net/~audio-recorder
arch = i686
@@ -14,8 +14,8 @@ pkgbase = audio-recorder
optdepends = gst-plugins-bad: for AAC encoding
optdepends = gst-plugins-ugly: for MP3 encoding
optdepends = gst-libav: plugin for the libav library
- source = https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+sourcefiles/audio-recorder/3.0.5~disco/audio-recorder_3.0.5~disco.tar.gz
- md5sums = 69e4e6643bf457de7fb36cb9c4fb07d6
+ source = https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+sourcefiles/audio-recorder/3.1.1~eoan/audio-recorder_3.1.1~eoan.tar.gz
+ md5sums = 11cc94078d39c7ac5a5d1ade4125c8fa
pkgname = audio-recorder
diff --git a/PKGBUILD b/PKGBUILD
index 24965742f66f..d1aacef633a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Lucas SaliƩs Brum <lucas@archlinux.com.br>
pkgname=audio-recorder
-pkgver=3.0.5
+pkgver=3.1.1
pkgrel=1
pkgdesc="Audio Recorder Application"
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ optdepends=('pulseaudio: for extended recording capabilities'
'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/+sourcefiles/${pkgname}/${pkgver}~disco/${pkgname}_${pkgver}~disco.tar.gz")
-md5sums=('69e4e6643bf457de7fb36cb9c4fb07d6')
+source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+sourcefiles/${pkgname}/${pkgver}~eoan/${pkgname}_${pkgver}~eoan.tar.gz")
+md5sums=('11cc94078d39c7ac5a5d1ade4125c8fa')
build() {
cd "${srcdir}/trunk"