new upstream version 0.3.3

This commit is contained in:
Cedric Girard 2019-02-14 14:25:37 +01:00
parent df39ee0baa
commit ad4bdad95e
Signed by: X-dark
GPG Key ID: 37995E758B76710B
2 changed files with 6 additions and 6 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.3.2 pkgver = 0.3.3
pkgrel = 1 pkgrel = 1
url = https://github.com/Vitozz/cppAlsaVolume url = https://github.com/Vitozz/cppAlsaVolume
arch = x86_64 arch = x86_64
@ -17,8 +17,8 @@ pkgbase = cpp-alsa-volume
depends = alsa-lib depends = alsa-lib
depends = libpulse depends = libpulse
depends = libappindicator-gtk3 depends = libappindicator-gtk3
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.3.2.tar.gz source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.3.3.tar.gz
md5sums = 67ae1a6a621f76aa1f6e8a1ff863c9e8 sha256sums = a6a057a49c38348c0e91104e093091a3d535308cf33fac88fd6c80eed895e10b
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.3.2 pkgver=0.3.3
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')
@ -17,7 +17,7 @@ prepare() {
build() { build() {
cd "$_upstreamname-$pkgver" cd "$_upstreamname-$pkgver"
cmake -DUSE_PULSE=ON -DUSE_APPINDICATOR=ON -DUSE_SNI=ON -DCMAKE_INSTALL_PREFIX=/usr cmake -DUSE_PULSE=ON -DUSE_APPINDICATOR=ON -DUSE_SNI=OFF -DCMAKE_INSTALL_PREFIX=/usr
make make
} }
@ -25,4 +25,4 @@ package() {
cd "$_upstreamname-$pkgver" cd "$_upstreamname-$pkgver"
make DESTDIR="$pkgdir/" install make DESTDIR="$pkgdir/" install
} }
md5sums=('67ae1a6a621f76aa1f6e8a1ff863c9e8') sha256sums=('a6a057a49c38348c0e91104e093091a3d535308cf33fac88fd6c80eed895e10b')