[arch-commits] Commit in pamixer/trunk (PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Mon Oct 4 16:49:43 UTC 2021
Date: Monday, October 4, 2021 @ 16:49:43
Author: anatolik
Revision: 1027485
upgpkg: pamixer 1.5-1
Modified:
pamixer/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-04 16:25:53 UTC (rev 1027484)
+++ PKGBUILD 2021-10-04 16:49:43 UTC (rev 1027485)
@@ -2,8 +2,8 @@
# Contributor: Clément Démoulins <clement at archivel.fr>
pkgname=pamixer
-pkgver=1.4
-pkgrel=6
+pkgver=1.5
+pkgrel=1
pkgdesc='Pulseaudio command-line mixer like amixer'
arch=(x86_64)
url='https://github.com/cdemoulins/pamixer'
@@ -11,10 +11,11 @@
depends=(libpulse boost-libs)
makedepends=(boost)
source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
-sha1sums=('89cf2ba58be3b6523599af976dd2478a7e714133')
+sha1sums=('17ed2e0ead1141df8e17c5b59f3cf91410f4b830')
build() {
cd pamixer-$pkgver
+ CXXFLAGS+=" -DVERSION=$pkgver"
make
}
More information about the arch-commits
mailing list