summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzan2020-07-20 00:25:14 -0400
committerzan2020-07-20 00:25:14 -0400
commit4cc63bb211371f23fc555e3eaadf65c543d8d5ec (patch)
tree3d39b54568c1c4fbc5f3212499435d89ec59cbed
parente707929318321256023665268c9067050c44def0 (diff)
downloadaur-milou-git.tar.gz
Readd group
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50cc7002f485..6240ac5ceb74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = milou-git
pkgrel = 1
url = https://invent.kde.org/plasma/milou
arch = x86_64
+ groups = plasma
license = LGPL
makedepends = extra-cmake-modules
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 5ca087377531..6ccbd8f0c41f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Antonio Rojas < nqn1976 @ gmail.com >
+# Maintainer: zan <zan@420blaze.it>
+# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
pkgname=milou-git
_name=${pkgname%-git}
@@ -10,6 +11,7 @@ url='https://invent.kde.org/plasma/milou'
license=(LGPL)
provides=(milou)
conflicts=(milou)
+groups=(plasma)
depends=(krunner)
makedepends=('extra-cmake-modules' 'git' 'kdoctools')
source=("git+https://invent.kde.org/plasma/$_name.git")