cppAlsaVolume updated to 0.2.8

This commit is contained in:
Cedric Girard 2015-08-07 18:09:30 +02:00
parent 5355d5d0b7
commit 0cd48d481d
2 changed files with 6 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = cpp-alsa-volume
pkgdesc = Tray Alsa Volume Changer written using gtkmm
pkgver = 0.2.6
pkgver = 0.2.8
pkgrel = 1
url = https://github.com/Vitozz/cppAlsaVolume
arch = x86_64
@ -13,10 +13,8 @@ pkgbase = cpp-alsa-volume
depends = gtkmm
depends = glibmm
depends = alsa-lib
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.2.6.tar.gz
source = https://github.com/Vitozz/cppAlsaVolume/commit/5ad2b3e23fecfdfdd9e87b9cd70b5c02fb31da39.patch
md5sums = 51c9bec739b1a0174881dc6890096e58
md5sums = 1066cf5d687eb82a1e3c76bbc8abe02b
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.2.8.tar.gz
md5sums = 9a8646e6aa2f9a0d469f41830ab0f3a6
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.6
pkgver=0.2.8
pkgrel=1
pkgdesc="Tray Alsa Volume Changer written using gtkmm"
arch=('x86_64' 'i686')
@ -9,12 +9,10 @@ url="https://github.com/Vitozz/cppAlsaVolume"
license=('GPL2')
makedepends=('gtkmm' 'glibmm' 'alsa-lib' 'cmake')
depends=('gtkmm' 'glibmm' 'alsa-lib')
source=("https://github.com/Vitozz/cppAlsaVolume/archive/v${pkgver}.tar.gz"
"https://github.com/Vitozz/cppAlsaVolume/commit/5ad2b3e23fecfdfdd9e87b9cd70b5c02fb31da39.patch")
source=("https://github.com/Vitozz/cppAlsaVolume/archive/v${pkgver}.tar.gz")
prepare() {
cd "$_upstreamname-$pkgver"
patch -p1 -i "$srcdir/5ad2b3e23fecfdfdd9e87b9cd70b5c02fb31da39.patch"
}
build() {
@ -27,5 +25,4 @@ package() {
cd "$_upstreamname-$pkgver"
make DESTDIR="$pkgdir/" install
}
md5sums=('51c9bec739b1a0174881dc6890096e58'
'1066cf5d687eb82a1e3c76bbc8abe02b')
md5sums=('9a8646e6aa2f9a0d469f41830ab0f3a6')