diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-08-26 12:11:15 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-26 18:43:10 -0500 |
commit | fe607e8da2bbc944761fb0c68fb545568bcd05dd (patch) | |
tree | cbe0615c436f9495ae42c305f71f85afc0622e55 /audio/faac | |
parent | 9d8bacfd06d3bdae90a818e1fededc8b4962b743 (diff) | |
download | slackbuilds-fe607e8da2bbc944761fb0c68fb545568bcd05dd.tar.gz |
whole repo: utf8 encoding fixes for maintainer names
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/faac.SlackBuild | 4 | ||||
-rw-r--r-- | audio/faac/faac.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/faac/faac.SlackBuild b/audio/faac/faac.SlackBuild index cd022d7932..c503ae9ad3 100644 --- a/audio/faac/faac.SlackBuild +++ b/audio/faac/faac.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for faac -# Copyright (c) 2008, Antonio Hernández Blas <hba.nihilismus@gmail.com> +# Copyright (c) 2008, Antonio Hernández Blas <hba.nihilismus@gmail.com> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # Thanks to Carpo on LinuxQuestions.org for the tips # Thanks to Heinz Wiesinger for the information about faac and libmp4v2 -# Updated to newer version by Niklas 'Nille' Åkerström and also new maintainer. +# Updated to newer version by Niklas "Nille" Ã…kerström and also new maintainer. PRGNAM=faac VERSION=${VERSION:-1.28} diff --git a/audio/faac/faac.info b/audio/faac/faac.info index 1114ba7907..5c5caa63c1 100644 --- a/audio/faac/faac.info +++ b/audio/faac/faac.info @@ -6,5 +6,5 @@ MD5SUM="c5dde68840cefe46532089c9392d1df0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmp4v2" -MAINTAINER="Niklas 'Nille' Åkerström" +MAINTAINER="Niklas 'Nille' Ã…kerström" EMAIL="nille.kungen[AT]gmail.com" |