new upstream release

This commit is contained in:
Cedric Girard 2015-08-17 11:49:42 +02:00
parent 0cd48d481d
commit b264efab42
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = cpp-alsa-volume
pkgdesc = Tray Alsa Volume Changer written using gtkmm
pkgver = 0.2.8
pkgver = 0.2.9
pkgrel = 1
url = https://github.com/Vitozz/cppAlsaVolume
arch = x86_64
@ -13,8 +13,8 @@ pkgbase = cpp-alsa-volume
depends = gtkmm
depends = glibmm
depends = alsa-lib
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.2.8.tar.gz
md5sums = 9a8646e6aa2f9a0d469f41830ab0f3a6
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.2.9.tar.gz
md5sums = 9f0a6e1aef9ec4e848313afb6b8e9800
pkgname = cpp-alsa-volume

View File

@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=cpp-alsa-volume
_upstreamname=cppAlsaVolume
pkgver=0.2.8
pkgver=0.2.9
pkgrel=1
pkgdesc="Tray Alsa Volume Changer written using gtkmm"
arch=('x86_64' 'i686')
@ -25,4 +25,4 @@ package() {
cd "$_upstreamname-$pkgver"
make DESTDIR="$pkgdir/" install
}
md5sums=('9a8646e6aa2f9a0d469f41830ab0f3a6')
md5sums=('9f0a6e1aef9ec4e848313afb6b8e9800')