diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-22 16:38:20 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-22 16:38:20 -0300 |
commit | 295ea747761b249bbf7f3b8c4ed1953ef100afba (patch) | |
tree | e7f0e19e24d608e297accc75b2aa6864c1190f86 /testing/kaccounts-providers/APKBUILD | |
parent | 7d2d36836e4bab50e491154b59b80e0d037dc195 (diff) | |
download | aports-295ea747761b249bbf7f3b8c4ed1953ef100afba.tar.bz2 aports-295ea747761b249bbf7f3b8c4ed1953ef100afba.tar.xz |
testing/kaccounts-providers: remove depends_dev
Diffstat (limited to 'testing/kaccounts-providers/APKBUILD')
-rw-r--r-- | testing/kaccounts-providers/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/kaccounts-providers/APKBUILD b/testing/kaccounts-providers/APKBUILD index 5251b5245f..de536f7117 100644 --- a/testing/kaccounts-providers/APKBUILD +++ b/testing/kaccounts-providers/APKBUILD @@ -8,8 +8,7 @@ url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" license="GPL-2.0-or-later" depends="kaccounts-integration" -depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev kio-dev ki18n-dev kdeclarative-dev kpackage-dev kaccounts-integration-dev" -makedepends="$depends_dev extra-cmake-modules intltool" +makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev kio-dev ki18n-dev kdeclarative-dev kpackage-dev kaccounts-integration-dev extra-cmake-modules intltool" source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-lang" |