[arch-commits] Commit in communicator/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Sep 5 20:28:19 UTC 2021


    Date: Sunday, September 5, 2021 @ 20:28:19
  Author: arojas
Revision: 1011835

Updated tarball (FS#72043)

Modified:
  communicator/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-05 19:25:47 UTC (rev 1011834)
+++ PKGBUILD	2021-09-05 20:28:19 UTC (rev 1011835)
@@ -2,7 +2,7 @@
 
 pkgname=communicator
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Contacts and dialer application'
 url='https://mauikit.org/'
 arch=(x86_64)
@@ -10,15 +10,9 @@
 depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme kpeople kcontacts)
 makedepends=(extra-cmake-modules qt5-location)
 groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-        https://invent.kde.org/maui/communicator/-/commit/e84f6a70.patch)
-sha256sums=('46f8acea2a68745ab0393ff03059f90933d14b532e71934fdf589ca9d1386f4b'
-            '9dc7a2d60d6714ee8fdbc05851412d43f3586f6594d40b3c23389f7f8a88e3ab')
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('8501b4c53dfbe8b4a99b5af56fafb227e5807859e009a9e80f97eb6790d4d60e')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < e84f6a70.patch # Fix install
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver
   cmake --build build



More information about the arch-commits mailing list