summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2016-07-18 15:29:40 -0400
committerJameson Pugh2016-07-18 15:29:40 -0400
commit844c60486e81047d55e5c65f7ef3363fcb30f442 (patch)
treebd253744bacbaa64c1f9e347b2b0a6d2ce2b9fe6
parenta00a286f4c139df5ce5732adad520cfb6fc2091d (diff)
downloadaur-844c60486e81047d55e5c65f7ef3363fcb30f442.tar.gz
Replaced extra-cmake-modules-git with non-git so you can select
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31a17f744a8b..e4ffabfbba05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 01:31:12 UTC 2016
+# Mon Jul 18 19:29:14 UTC 2016
pkgbase = kcodecs-git
pkgdesc = Plugins allowing Qt applications to access further types of images
- pkgver = r57.b88a81a
+ pkgver = r134.b78683f
pkgrel = 2
url = https://projects.kde.org/projects/frameworks/kcodecs
arch = i686
arch = x86_64
groups = kf5
license = LGPL
- makedepends = extra-cmake-modules-git
+ makedepends = extra-cmake-modules
makedepends = git
makedepends = qt5-tools
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 8469f397370d..89a598d4ec8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcodecs-git
-pkgver=r57.b88a81a
+pkgver=r134.b78683f
pkgrel=2
pkgdesc='Plugins allowing Qt applications to access further types of images'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/kcodecs'
license=('LGPL')
depends=('qt5-base')
-makedepends=('extra-cmake-modules-git' 'git' 'qt5-tools')
+makedepends=('extra-cmake-modules' 'git' 'qt5-tools')
groups=('kf5')
conflicts=(kcodecs)
provides=(kcodecs)