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

Antonio Rojas arojas at archlinux.org
Wed Mar 17 20:55:03 UTC 2021


    Date: Wednesday, March 17, 2021 @ 20:55:02
  Author: arojas
Revision: 894214

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 20:54:47 UTC (rev 894213)
+++ PKGBUILD	2021-03-17 20:55:02 UTC (rev 894214)
@@ -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.5
-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=('a22738fd6fd90c662174ca31348934c75f29fdbfcf7d86f471d2fcbf628c36ea')
-
-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 894213, libquotient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 20:55:02 UTC (rev 894214)
@@ -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.6
+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=('33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7')
+
+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