[arch-commits] Commit in communicator/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Feb 23 10:29:17 UTC 2021
Date: Tuesday, February 23, 2021 @ 10:29:17
Author: arojas
Revision: 869549
Update to 1.2.1
Modified:
communicator/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-23 10:29:17 UTC (rev 869548)
+++ PKGBUILD 2021-02-23 10:29:17 UTC (rev 869549)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=communicator
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Contacts and dialer application"
url="https://mauikit.org/"
@@ -8,13 +8,13 @@
arch=(x86_64)
license=(GPL3)
depends=(mauikit hicolor-icon-theme kpeople kcontacts)
-makedepends=(extra-cmake-modules)
+makedepends=(extra-cmake-modules qt5-location)
groups=(maui)
-source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('a23040f055b5651c2c3e84d34b5cfdf85f274f7b0e19c9101a3c02de47386801')
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('d55f85f6c0db88bd34a99c807c4f82fc4b7a8623d658e55756d2f1ab324547d6')
build() {
- cmake -B build -S $pkgname-v$pkgver
+ cmake -B build -S $pkgname-$pkgver
cmake --build build
}
More information about the arch-commits
mailing list