diff options
Diffstat (limited to 'extra/kcodecs/PKGBUILD')
-rw-r--r-- | extra/kcodecs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kcodecs/PKGBUILD b/extra/kcodecs/PKGBUILD index 65ece7082..6af189ebe 100644 --- a/extra/kcodecs/PKGBUILD +++ b/extra/kcodecs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214129 2014-06-04 09:02:24Z andrea $ +# $Id: PKGBUILD 216658 2014-07-08 18:30:20Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kcodecs -pkgver=4.100.0 +pkgver=5.0.0 pkgrel=1 pkgdesc='Plugins allowing Qt applications to access further types of images' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('qt5-base') makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('73bb13bc3e2867242312aa9a8a960041') +source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('f87384816f5685a380b5a74c44695c7b') prepare() { mkdir -p build |