summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7fffe8d8d80..3d0a96d26aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = plasma-browser-integration-git
- pkgdesc = Google Now alternative for the Plasma Desktop
+ pkgdesc = Components necessary to integrate browsers into the Plasma Desktop
pkgver = r124.08a78f1
pkgrel = 1
- url = http://www.kde.org
+ url = https://www.kde.org/plasma-desktop
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 4c5f496fa702..c9e57c441e25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ _gitname=plasma-browser-integration
pkgname=$_gitname-git
pkgver=r124.08a78f1
pkgrel=1
-pkgdesc='Google Now alternative for the Plasma Desktop'
+pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
arch=(i686 x86_64)
-url='http://www.kde.org'
+url='https://www.kde.org/plasma-desktop'
license=(GPL)
depends=(krunner)
makedepends=(extra-cmake-modules git python)