summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2021-06-10 12:08:53 -0600
committergustawho2021-06-10 12:08:53 -0600
commit8ac288e3a95edecd3b65efaf662c532397ec9360 (patch)
tree3a441972d533bf1d81f16d03ee2b01b970524614 /PKGBUILD
parent8c54850bf6025f9443731b7ad18d32abfc0b8427 (diff)
downloadaur-8ac288e3a95edecd3b65efaf662c532397ec9360.tar.gz
Plasma Mobile Gear 21.06
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9072ded2ed58..e80508066bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=kweather
pkgver=21.06
-pkgrel=1
+pkgrel=2
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')
makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg')
-source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('94db92197a871d32a64117a4639e905f874f65f64e8975bf92c32f3fd31c70bd')
+source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('d6bdf4fbe6fa1ed5c26a0c986c5799ae854eb719824d755f6d2b97a99f5a4049')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"