Date: Sunday, May 9, 2021 @ 09:08:47
  Author: arojas
Revision: 928991

archrelease: copy trunk to community-x86_64

Added:
  communicator/repos/community-x86_64/PKGBUILD
    (from rev 928990, communicator/trunk/PKGBUILD)
Deleted:
  communicator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-05-09 09:08:34 UTC (rev 928990)
+++ PKGBUILD    2021-05-09 09:08:47 UTC (rev 928991)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=communicator
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Contacts and dialer application"
-url="https://mauikit.org/";
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit 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)
-sha256sums=('d55f85f6c0db88bd34a99c807c4f82fc4b7a8623d658e55756d2f1ab324547d6')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: communicator/repos/community-x86_64/PKGBUILD (from rev 928990, 
communicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-05-09 09:08:47 UTC (rev 928991)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=communicator
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Contacts and dialer application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+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)
+sha256sums=('f5586be87bd58751a2e40caf71c2672b12f02fe40822a2cba7be9f11608b1e8f')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to