new version

This commit is contained in:
Martchus 2015-10-05 22:30:58 +02:00
parent 146da4a5d8
commit 64d410502e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=dbus-soundrecorder
pkgver=1.0.0
pkgrel=4
pkgver=1.0.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data."
license=('GPL')
@ -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=('a3c6ac9ba7634f4885d389b49ffb412d2593e49b8a6ee9097d81bcf3c5a2c539')
sha256sums=('abdf3c0d5aaa1197ae9aa8a1059c19bfbdc79b32e8b2e88c0a30ea1bff5f0edf')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"