diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-16 00:41:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:55:21 +0700 |
commit | cc2aa73a75646850a2007cfadafe9291b2d41aa3 (patch) | |
tree | 48ed130a8fa014d614563f814b7aa03a4ada5f57 /audio | |
parent | e946ecba815a2fd2572f68fe5687a6abade2066a (diff) |
audio/jackmeter: Switch to github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jackmeter/jackmeter.SlackBuild | 3 | ||||
-rw-r--r-- | audio/jackmeter/jackmeter.info | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/jackmeter/jackmeter.SlackBuild b/audio/jackmeter/jackmeter.SlackBuild index 634df6168cea..b43b91e77764 100644 --- a/audio/jackmeter/jackmeter.SlackBuild +++ b/audio/jackmeter/jackmeter.SlackBuild @@ -53,6 +53,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# 20170716 bkw: github download needs this +autoreconf -ifv + # minor markup errors, plus document the default value for -r option patch -p1 < $CWD/fix_manpage.diff diff --git a/audio/jackmeter/jackmeter.info b/audio/jackmeter/jackmeter.info index e7b32aeb4bd7..4a4067bf9620 100644 --- a/audio/jackmeter/jackmeter.info +++ b/audio/jackmeter/jackmeter.info @@ -1,8 +1,8 @@ PRGNAM="jackmeter" VERSION="0.4" HOMEPAGE="https://www.aelius.com/njh/jackmeter/" -DOWNLOAD="https://www.aelius.com/njh/jackmeter/jackmeter-0.4.tar.gz" -MD5SUM="f8915a1dd8ba448c3b9d62b30d107a22" +DOWNLOAD="https://github.com/njh/jackmeter/archive/0.4/jackmeter-0.4.tar.gz" +MD5SUM="66547376e8cbafef6ef57aaa892277f4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack-audio-connection-kit" |