multimedia/gpodder: Updated for version 3.9.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Chris Farrell 2016-08-19 21:55:24 +01:00 committed by David Spencer
parent 02e15c3d8b
commit cc4cb1bd82
2 changed files with 7 additions and 7 deletions

View File

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpodder
VERSION=${VERSION:-3.8.5}
VERSION=${VERSION:-3.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,8 +42,8 @@ OUTPUT=${OUTPUT:-/tmp}
DOCS="README COPYING PKG-INFO"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="gpodder"
VERSION="3.8.5"
VERSION="3.9.0"
HOMEPAGE="http://gpodder.org/"
DOWNLOAD="http://gpodder.org/src/gpodder-3.8.5.tar.gz"
MD5SUM="df651a331c91ebd634c0d0b5ae8f7ea2"
DOWNLOAD="http://gpodder.org/src/gpodder-3.9.0.tar.gz"
MD5SUM="e10acfd6d3eb03c46ff9d02efe4b920f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="feedparser mygpoclient"