summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2021-06-10 12:06:25 -0600
committergustawho2021-06-10 12:06:25 -0600
commitb5abc7d3f684a8de6d1acf2b71c8843c643f0839 (patch)
treefbff010479a02aa2d4f1e009d4d3f9e2e289b32b /PKGBUILD
parente9972cba0381f7888ef7611d1b73df9a07e8cf9e (diff)
downloadaur-b5abc7d3f684a8de6d1acf2b71c8843c643f0839.tar.gz
Plasma Mobile Gear 21.06
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9d6c4115168..013ea4517b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alligator
pkgver=21.06
-pkgrel=1
+pkgrel=2
pkgdesc="Kirigami-based RSS reader"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://invent.kde.org/plasma-mobile/alligator"
@@ -10,7 +10,7 @@ license=(GPL3)
depends=('ki18n' 'kcoreaddons' 'kconfig' 'syndication' 'kirigami2')
makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('86a7bdbef471c209df01997a7263d5c3d36cb5d325227095b8c1d62fbaebef13')
+sha256sums=('5228d9e4673abca68a5ee9c7874890ee68f6359b1d7d748ece95be429d86c1a1')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"