aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-18 13:15:26 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-18 18:14:03 +0000
commitae6f9387b16f51ca98c81baf6a0ffed075dc7469 (patch)
treeae2539d99fc8b901127331a96d3ccc163f58db95
parentfb492dda5d427aff77d3cf78aa8f99b04010a6e2 (diff)
downloadaports-ae6f9387b16f51ca98c81baf6a0ffed075dc7469.tar.bz2
aports-ae6f9387b16f51ca98c81baf6a0ffed075dc7469.tar.xz
community/kinfocenter: fix url
-rw-r--r--community/kinfocenter/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kinfocenter/APKBUILD b/community/kinfocenter/APKBUILD
index 4476160e3b..73ce9919d1 100644
--- a/community/kinfocenter/APKBUILD
+++ b/community/kinfocenter/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kinfocenter
pkgver=5.18.3
-pkgrel=0
+pkgrel=1
pkgdesc="A utility that provides information about a computer system"
arch="all !armhf" # armhf blocked by extra-cmake-modules
-url="https://www.kde.org/applications/system/kinfocenter"
+url="https://www.kde.org/workspaces/plasmadesktop/"
license="(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)"
makedepends="extra-cmake-modules qt5-qtbase-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev kdoctools-dev ki18n-dev kiconthemes-dev kcmutils-dev kio-dev kservice-dev solid-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev kdeclarative-dev kpackage-dev solid-dev kwayland-dev glu-dev"
source="https://download.kde.org/stable/plasma/$pkgver/kinfocenter-$pkgver.tar.xz"