diff options
author | Tim Biermann <tbier@posteo.de> | 2022-08-22 07:01:29 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-08-22 07:01:29 +0200 |
commit | 3e3e190356b9cd6766c7ff40e2a77a7877d06220 (patch) | |
tree | 7700404eb8f5764bbc69cb09cbf583907dbac2df /ncpamixer | |
parent | adfb8aafea10f91ae9e8ba8cc45b5afe16a1233c (diff) | |
download | contrib-3e3e190356b9cd6766c7ff40e2a77a7877d06220.tar.gz contrib-3e3e190356b9cd6766c7ff40e2a77a7877d06220.tar.xz |
ncpamixer: 1.3.3.1 -> 1.3.3.2
Diffstat (limited to 'ncpamixer')
-rw-r--r-- | ncpamixer/.signature | 6 | ||||
-rw-r--r-- | ncpamixer/Pkgfile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ncpamixer/.signature b/ncpamixer/.signature index ca3505aff..e01e55f88 100644 --- a/ncpamixer/.signature +++ b/ncpamixer/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32i4eGrGadOA171G0fKjYOYkojyKctxKjRjmLPW4hufYpIwCAvLy0Rbxzc2A2eBn+oM+cTeSo8ynNR6IczBY/wc= -SHA256 (Pkgfile) = 46fb16c35153087b018489154d1021c7a9c10bd8de3ecea8165fed70a65e5ce4 +RWSagIOpLGJF35PxM78+NeCUX2+in1t9uvADg8P2kfEK4cGAubKUDAIymiAt3hQH3NAKFFmt7rlU6VpFPKGH3XY3neTyT3/2BwQ= +SHA256 (Pkgfile) = f79b60047de20ac5a39d85fd961b65a60a92f1c761ece238a416291a3bf74e25 SHA256 (.footprint) = 9e08e0076af6c98e27353c88de914fbb4a9aea6dab1a365a9670e0e270aa3d25 -SHA256 (ncpamixer-1.3.3.1.tar.gz) = b2c797a90c92aa931052c5ac89a79fbc30f76d5e2a5b773ef68edf057c34b060 +SHA256 (ncpamixer-1.3.3.2.tar.gz) = 97f9398773ccfe4dd89284e695f88d337cd02a871d33650018a3d86134d877a6 SHA256 (ncpamixer.1) = b616e0707c75c6fd6162bd011baa37f7754946e5857f3ca814e5dab719bf358a diff --git a/ncpamixer/Pkgfile b/ncpamixer/Pkgfile index fb56915ed..195d77b8c 100644 --- a/ncpamixer/Pkgfile +++ b/ncpamixer/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake ncurses pulseaudio name=ncpamixer -version=1.3.3.1 +version=1.3.3.2 release=1 source=(https://github.com/fulhax/ncpamixer/archive/$version/$name-$version.tar.gz $name.1) @@ -16,6 +16,7 @@ build() { -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -Wno-dev + ccmake build cmake --build build DESTDIR=$PKG cmake --install build install -Dm644 $SRC/$name.1 $PKG/usr/share/man/man1/$name.1 |