summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2020-11-26 17:24:40 +0000
committerJoão Figueiredo2020-11-26 17:24:40 +0000
commit10cc44a79caeb231f81ad373cb470ec5fdf653c7 (patch)
tree6d4a7db0a1e20e679436daa13805e3b806cf0f0c
parentd866b7ef5d93793531d697bcee976d4d1b655be5 (diff)
downloadaur-10cc44a79caeb231f81ad373cb470ec5fdf653c7.tar.gz
Removed groups=('kf5'), could cause issues when using unofficial repos. Thanks @Elanzer
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c8af14a5e8..db7310f8a726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = kio-git
pkgdesc = Resource and network access abstraction
pkgver = v4.100.0.rc1.r3340.gcea57a5b
- pkgrel = 1
+ pkgrel = 2
url = https://projects.kde.org/projects/frameworks/kio
arch = i686
arch = x86_64
- groups = kf5
license = LGPL
makedepends = extra-cmake-modules-git
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 1e6032b925e1..7bd1ce103b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname=kio-git
pkgver=v4.100.0.rc1.r3340.gcea57a5b
-pkgrel=1
+pkgrel=2
pkgdesc='Resource and network access abstraction'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/kio'
license=('LGPL')
depends=('kbookmarks-git' 'kjobwidgets-git' 'kwallet-git' 'solid-git' 'libxslt' 'desktop-file-utils')
makedepends=('extra-cmake-modules-git' 'git' 'kdoctools-git' 'python')
-groups=('kf5')
conflicts=(kio)
provides=(kio)
source=('git+https://github.com/KDE/kio.git')