Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libquotient


Commits:
a8acd940 by Antonio Rojas at 2024-10-25T08:37:48+02:00
upgpkg: 0.9.0-1: Update to 0.9.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
 pkgbase = libquotient
        pkgdesc = A Qt library to write cross-platform clients for Matrix
-       pkgver = 0.8.2
+       pkgver = 0.9.0
        pkgrel = 1
        url = https://matrix.org/docs/projects/sdk/quotient
        arch = x86_64
        license = LGPL-2.1-or-later
        makedepends = cmake
+       makedepends = git
        depends = gcc-libs
        depends = glibc
        depends = libolm
        depends = openssl
        depends = qt6-base
        depends = qtkeychain-qt6
-       source = 
https://github.com/quotient-im/libQuotient/archive/0.8.2/libquotient-0.8.2.tar.gz
-       sha256sums = 
12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9
+       source = git+https://github.com/quotient-im/libQuotient#tag=0.9.0
+       sha256sums = 
bf146df936d7763d7c9dddefee4b3a4fc0298fb8f394cc0d11be21fca5d8584f
 
 pkgname = libquotient


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor Sefa Eyeoglu <[email protected]>
 
 pkgname=libquotient
-pkgver=0.8.2
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='A Qt library to write cross-platform clients for Matrix'
 license=(LGPL-2.1-or-later)
@@ -15,12 +15,13 @@ depends=(gcc-libs
          openssl
          qt6-base
          qtkeychain-qt6)
-makedepends=(cmake)
-source=(https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9')
+makedepends=(cmake
+             git)
+source=(git+https://github.com/quotient-im/libQuotient#tag=$pkgver)
+sha256sums=('bf146df936d7763d7c9dddefee4b3a4fc0298fb8f394cc0d11be21fca5d8584f')
 
 build() {
-  cmake -B build -S libQuotient-$pkgver \
+  cmake -B build -S libQuotient \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None \
     -DBUILD_SHARED_LIBS=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/a8acd94025b4460be8f8d724d4e043621ff48dc4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/a8acd94025b4460be8f8d724d4e043621ff48dc4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to