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

Antonio Rojas arojas at gemini.archlinux.org
Wed Oct 6 18:53:56 UTC 2021


    Date: Wednesday, October 6, 2021 @ 18:53:56
  Author: arojas
Revision: 1027884

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-06 18:53:47 UTC (rev 1027883)
+++ PKGBUILD	2021-10-06 18:53:56 UTC (rev 1027884)
@@ -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.10
-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=('2b6011bfec72a5b3125622f97fcc0a807e6771c91a8c73d1979f6c5e811b7b2d')
-
-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 1027883, libquotient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-06 18:53:56 UTC (rev 1027884)
@@ -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.11
+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=('12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46')
+
+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