From 7d9d3e7b1aef6125d5aa5e44b1dffbf3b3d14178 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 23 Nov 2014 15:17:28 +0100 Subject: [PATCH] Revert "AlsaMixer.app: update to 0.1+20141005." This reverts commit 680eaf1fbed1dd5ff2c2e4e4adbe2b82498b783c. Upstream tarball generation is not stable. Idiots. --- srcpkgs/AlsaMixer.app/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/AlsaMixer.app/template b/srcpkgs/AlsaMixer.app/template index b00497c7c38..988b1fb71f7 100644 --- a/srcpkgs/AlsaMixer.app/template +++ b/srcpkgs/AlsaMixer.app/template @@ -1,19 +1,18 @@ # Template file for 'AlsaMixer.app' pkgname=AlsaMixer.app -version=0.1+20141005 -revision=1 -wrksrc=dockapps +version=0.1 +revision=2 makedepends="alsa-lib-devel libX11-devel libXext-devel libXpm-devel" short_desc="Simple dockable mixer application for Linux with ALSA drivers" maintainer="Christian Neukirchen " license="GPL-2" -homepage="http://windowmaker.org/dockapps/?name=AlsaMixer.app" -distfiles="http://windowmaker.org/dockapps/?download=${pkgname}-${version}.tar.gz" -checksum=bc91d3e215c0c337c70f0e3c54fa8dd7ec9ef7a92bbab29b6ea50ca30717ae65 +homepage="https://github.com/thinrope/AlsaMixer.app" +distfiles="http://distfiles.gentoo.org/distfiles/AlsaMixer.app-${version}.tar.gz" +checksum=7d55d3ba5ffd82bcddcb546e0aa33ab8638df5d1418aa170e91c42e35c0c8c15 do_build() { - make ${makejobs} CXX="$CXX" CXXFLAGS="$CXXFLAGS" + make ${makejobs} CXX="$CXX" CXXFLAGS="$CXXFLAGS" } do_install() { - vbin AlsaMixer.app + vbin AlsaMixer.app }