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 pkgbase = cpp-alsa-volume
pkgdesc = Tray Alsa Volume Changer written using gtkmm pkgdesc = Tray Alsa Volume Changer written using gtkmm
pkgver = 0.2.6 pkgver = 0.2.8
pkgrel = 1 pkgrel = 1
url = https://github.com/Vitozz/cppAlsaVolume url = https://github.com/Vitozz/cppAlsaVolume
arch = x86_64 arch = x86_64
@ -13,10 +13,8 @@ pkgbase = cpp-alsa-volume
depends = gtkmm depends = gtkmm
depends = glibmm depends = glibmm
depends = alsa-lib depends = alsa-lib
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.2.6.tar.gz source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.2.8.tar.gz
source = https://github.com/Vitozz/cppAlsaVolume/commit/5ad2b3e23fecfdfdd9e87b9cd70b5c02fb31da39.patch md5sums = 9a8646e6aa2f9a0d469f41830ab0f3a6
md5sums = 51c9bec739b1a0174881dc6890096e58
md5sums = 1066cf5d687eb82a1e3c76bbc8abe02b
pkgname = cpp-alsa-volume pkgname = cpp-alsa-volume

View file

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