summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-06-10 12:10:58 -0600
committergustawho2021-06-10 12:10:58 -0600
commitc3fee85869b21d14c4f822aa51390a3c48ebdf6b (patch)
tree94eb4d0527b26a1fe2be63680483d284ab563dcf
parentbb4d1d8398de19b5c58fef61a169bdcfc5a98301 (diff)
downloadaur-c3fee85869b21d14c4f822aa51390a3c48ebdf6b.tar.gz
Plasma Mobile Gear 21.06
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ab5a3d90ae..bcf4a9b4ea55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,6 @@ pkgbase = plasma-phonebook
depends = kpeoplevcard
depends = kirigami2
source = https://download.kde.org/stable/plasma-mobile/21.06/plasma-phonebook-21.06.tar.xz
- sha256sums = 8aedc6813f8a264b64bf2843c8e4529953230c031eb91fc8fb046ab6df88182b
+ sha256sums = 0ee96c809fe52fc4c183ba8febb707aca629a37437e864f9a2e356a9fd9ebb28
pkgname = plasma-phonebook
diff --git a/PKGBUILD b/PKGBUILD
index 980025ce227b..a27954fabcd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('ki18n' 'kcoreaddons' 'kconfig' 'kpeople' 'kcontacts' 'kpeoplevcard' 'kirigami2')
makedepends=('extra-cmake-modules' 'qt5-svg' 'qt5-tools')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('8aedc6813f8a264b64bf2843c8e4529953230c031eb91fc8fb046ab6df88182b')
+sha256sums=('0ee96c809fe52fc4c183ba8febb707aca629a37437e864f9a2e356a9fd9ebb28')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"