updated version

This commit is contained in:
Martchus 2015-10-12 20:37:53 +02:00
parent 9928854422
commit cda03f4d1b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=dbus-soundrecorder
pkgver=1.0.1
pkgver=1.1.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data."
@ -10,7 +10,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/dbus-soundrecorder"
source=("dbus-soundrecorder-${pkgver}.tar.gz::https://github.com/Martchus/dbus-soundrecorder/archive/v${pkgver}.tar.gz")
_reponame=dbus-soundrecorder
sha256sums=('abdf3c0d5aaa1197ae9aa8a1059c19bfbdc79b32e8b2e88c0a30ea1bff5f0edf')
sha256sums=('0af1914803cf2f1d11fdb8e46f6c896a18040f6606a08d0742356dc0c7872261')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"