summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2021-02-07 11:44:23 +0100
committerOliver Jaksch2021-02-07 11:44:23 +0100
commit51b178aa70102ae4364a47a7fa26a06b435f5a1f (patch)
tree15a6065fc5bd51742ffed6d3df22f9d08841dd58
parent617c68c7eea6087fda4c09f21e3e1a5f1aef97f7 (diff)
downloadaur-51b178aa70102ae4364a47a7fa26a06b435f5a1f.tar.gz
Adding extra-cmake-modules to makedepends, thanks to Delian
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42b4c492aabe..e5ee3a7d61d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kradio
pkgdesc = Comfortable KDE Frameworks 5 internet and AM/FM radio application
pkgver = 5.0.0_beta1
- pkgrel = 2
+ pkgrel = 3
url = http://kradio.sourceforge.net/
install = kradio.install
arch = i686
@@ -9,6 +9,7 @@ pkgbase = kradio
license = GPL2
makedepends = cmake
makedepends = boost
+ makedepends = extra-cmake-modules
depends = alsa-lib
depends = ffmpeg
depends = kdesignerplugin
diff --git a/PKGBUILD b/PKGBUILD
index 8bf80421a9f4..363dc7188f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=kradio
pkgver=5.0.0_beta1
-pkgrel=2
+pkgrel=3
pkgdesc='Comfortable KDE Frameworks 5 internet and AM/FM radio application'
arch=('i686' 'x86_64')
url='http://kradio.sourceforge.net/'
license=('GPL2')
depends=('alsa-lib' 'ffmpeg' 'kdesignerplugin' 'libmms' 'libsndfile' 'plasma-framework' 'qt5-base')
optdepends=('lirc' 'lame' 'libvorbis')
-makedepends=('cmake' 'boost')
+makedepends=('cmake' 'boost' 'extra-cmake-modules')
replaces=('kradio' 'kradio-git')
conflicts=('kradio' 'kradio-git')
install="${pkgname}.install"