summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWachid Adi Nugroho2022-06-06 02:06:26 +0700
committerWachid Adi Nugroho2022-06-06 02:06:26 +0700
commit1109dfdf1c0307da4eff74696dfce4bbe681c2a0 (patch)
treea24d1278935a70bfe033bd98dab277e215302523 /PKGBUILD
parent7a499f949dd7dbb614554532970015c56cf9bcba (diff)
downloadaur-1109dfdf1c0307da4eff74696dfce4bbe681c2a0.tar.gz
Change repo source url, description and bump version
mauiman lib and server was split to separated repo, related: - https://github.com/Nitrux/maui-manager/commit/0324a29b69dea1587ecd67702abcc1c2f4e05596 - https://invent.kde.org/camiloh/mauiman/-/commit/ca0bd103d32d44d1ffcfc6a22f27e504fa934132 then https://invent.kde.org/camiloh/mauiman was moved to https://invent.kde.org/maui/mauiman
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 7 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2374e1a61af5..48b3372299d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,18 @@
pkgname=maui-manager-git
_pkgname=${pkgname%-git}
-pkgver=r7.7ad380e
+pkgver=r5.c1e4887
pkgrel=1
-pkgdesc='Maui Settings Manager'
-url='https://github.com/Nitrux/maui-manager'
+pkgdesc='Maui Manager Library. Server and public library API.'
+url='https://invent.kde.org/maui/mauiman'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
license=(GPL3)
-depends=(kcoreaddons
- ki18n
- mauikit
- qt5-base
- qt5-declarative)
+depends=(qt5-base)
makedepends=(git extra-cmake-modules)
groups=(maui)
-provides=($_pkgname)
-conflicts=($_pkgname)
-source=(git+$url.git)
+provides=($_pkgname mauiman)
+conflicts=($_pkgname mauiman)
+source=($_pkgname::git+$url.git)
sha256sums=('SKIP')
pkgver() {