summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-06-10 12:19:07 -0600
committergustawho2021-06-10 12:19:07 -0600
commit387946770ddcc2a80ad4f43819a40cca104fdfbd (patch)
tree04c3a5787d15397d0627a099ad1c1f24f05b2c23
parent8ac288e3a95edecd3b65efaf662c532397ec9360 (diff)
downloadaur-387946770ddcc2a80ad4f43819a40cca104fdfbd.tar.gz
Plasma Mobile Gear 21.06
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a58f9298b9d..7ab9e9e361a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kweather
pkgdesc = Weather application for Plasma Mobile
pkgver = 21.06
- pkgrel = 2
+ pkgrel = 1
url = https://invent.kde.org/plasma-mobile/kweather
arch = x86_64
arch = i686
@@ -20,6 +20,7 @@ pkgbase = kweather
depends = kirigami2
depends = kdbusaddons
depends = plasma-framework
+ depends = kweathercore
source = https://download.kde.org/stable/plasma-mobile/21.06/kweather-21.06.tar.xz
sha256sums = d6bdf4fbe6fa1ed5c26a0c986c5799ae854eb719824d755f6d2b97a99f5a4049
diff --git a/PKGBUILD b/PKGBUILD
index e80508066bea..4a3bf4b76ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=kweather
pkgver=21.06
-pkgrel=2
+pkgrel=1
pkgdesc="Weather application for Plasma Mobile"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://invent.kde.org/plasma-mobile/kweather"
license=(GPL3)
-depends=('ki18n' 'kconfig' 'kcoreaddons' 'knotifications' 'kirigami2' 'kdbusaddons' 'plasma-framework')
+depends=('ki18n' 'kconfig' 'kcoreaddons' 'knotifications' 'kirigami2'
+ 'kdbusaddons' 'plasma-framework' 'kweathercore')
makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('d6bdf4fbe6fa1ed5c26a0c986c5799ae854eb719824d755f6d2b97a99f5a4049')