From 1a10bb3677f16fd275de3c2a59a01e37fc59ea61 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 17 Feb 2016 17:03:40 +0100 Subject: [PATCH] taglib: moved to github. --- srcpkgs/taglib/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/taglib/template b/srcpkgs/taglib/template index 23bd2394e35..bebe6fda9fb 100644 --- a/srcpkgs/taglib/template +++ b/srcpkgs/taglib/template @@ -1,17 +1,17 @@ # Template file for 'taglib' pkgname=taglib version=1.10 -revision=1 +revision=2 build_style=cmake configure_args="-DWITH_MP4=ON -DWITH_ASF=ON" hostmakedepends="pkg-config cmake" makedepends="zlib-devel" short_desc="Library for accessing ID tags in various media files" maintainer="Juan RP " -homepage="http://developer.kde.org/~wheeler/taglib.html" +homepage="https://taglib.github.io/" license="LGPL-2.1, MPL-1.1" -distfiles="http://${pkgname}.github.io/releases/${pkgname}-${version}.tar.gz" -checksum=24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa +distfiles="https://github.com/taglib/taglib/archive/v$version.tar.gz" +checksum=2cd09ac6d4c4ec610aa5a0a488466bd0e0f78576581ef1f344090e397ecb9c52 taglib-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"