summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2015-08-07 18:09:30 +0200
committerCedric Girard2015-08-07 18:09:30 +0200
commit0cd48d481d07bf9dd43e79cf652fd7f9b32010ab (patch)
treebff6ea00e035ed4874ed73a517d499fe2778631e
parent5355d5d0b7b95ee7b7e0ceaeec450f3b14a20af9 (diff)
downloadaur-0cd48d481d07bf9dd43e79cf652fd7f9b32010ab.tar.gz
cppAlsaVolume updated to 0.2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06241568345e..c78c6acf853d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b58058f51b6b..b5943999b2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')