summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2020-11-26 17:41:29 +0000
committerJoão Figueiredo2020-11-26 17:41:29 +0000
commit721bcbd4777215293a6885cf2d863d96d517a276 (patch)
tree38652f7a69b33fabcf9dfb524d0b2d429b523043
parent4bce82f06430869ae6380a8cf3617bab49d7d81c (diff)
downloadaur-721bcbd4777215293a6885cf2d863d96d517a276.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 5f9ff21c6ac1..160b93962867 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = knotifications-git
pkgdesc = KNotifications
pkgver = v4.100.0.rc1.r459.ged8dbab
- pkgrel = 1
+ pkgrel = 2
url = https://projects.kde.org/projects/frameworks/knotifications
arch = i686
arch = x86_64
- groups = kf5
license = LGPL
makedepends = extra-cmake-modules-git
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index a75139e64d93..572bb1503c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=knotifications-git
pkgver=v4.100.0.rc1.r459.ged8dbab
-pkgrel=1
+pkgrel=2
pkgdesc='KNotifications'
arch=(i686 x86_64)
url='https://projects.kde.org/projects/frameworks/knotifications'
license=(LGPL)
depends=(libdbusmenu-qt5 phonon-qt5 kwindowsystem-git kcodecs-git kconfig-git kcoreaddons-git)
makedepends=(extra-cmake-modules-git git qt5-tools python)
-groups=(kf5)
conflicts=(knotifications)
provides=(knotifications)
source=('git+https://github.com/KDE/knotifications.git')