[arch-commits] Commit in libquotient/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 24 19:08:31 UTC 2020


    Date: Thursday, December 24, 2020 @ 19:08:31
  Author: arojas
Revision: 788697

archrelease: copy trunk to community-x86_64

Added:
  libquotient/repos/community-x86_64/PKGBUILD
    (from rev 788696, libquotient/trunk/PKGBUILD)
Deleted:
  libquotient/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-24 19:08:22 UTC (rev 788696)
+++ PKGBUILD	2020-12-24 19:08:31 UTC (rev 788697)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Alexey Andreyev <aa13q at ya.ru>
-# Contributor Sefa Eyeoglu <contact at scrumplex.net>
-
-pkgname=libquotient
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='A Qt library to write cross-platform clients for Matrix'
-license=(LGPL)
-arch=(x86_64)
-url='https://matrix.org/docs/projects/sdk/quotient'
-depends=(qt5-multimedia)
-makedepends=(cmake)
-source=("https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('afa9ee64327b9fdbf1d8514ec9b1374b797560b43315911211f723acf01ff317')
-
-build() {
-  cmake -B build -S libQuotient-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=None \
-    -DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libquotient/repos/community-x86_64/PKGBUILD (from rev 788696, libquotient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-24 19:08:31 UTC (rev 788697)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alexey Andreyev <aa13q at ya.ru>
+# Contributor Sefa Eyeoglu <contact at scrumplex.net>
+
+pkgname=libquotient
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='A Qt library to write cross-platform clients for Matrix'
+license=(LGPL)
+arch=(x86_64)
+url='https://matrix.org/docs/projects/sdk/quotient'
+depends=(qt5-multimedia)
+makedepends=(cmake)
+source=("https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f452e9da7be391ba1c8e10fc771b7ad461ff59a4f9f36467c912e4abd5a0372a')
+
+build() {
+  cmake -B build -S libQuotient-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None \
+    -DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list