summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2021-02-05 11:37:20 +0000
committerDaniel Bermond2021-02-05 11:37:20 +0000
commitf121955a513b44b3700bcdb1565d6327ea459e0c (patch)
tree8a283513035d66f5b56e57a4cdc7ac4a5b898670 /PKGBUILD
parentf2aa241fb3e9bdbddee21d03154348b8b9d3f864 (diff)
downloadaur-f121955a513b44b3700bcdb1565d6327ea459e0c.tar.gz
Update to version 1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62171092de6d..72ed8789fa6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=copperspice
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc='Libraries for developing cross platform software applications in C++'
arch=('x86_64')
@@ -18,7 +18,7 @@ makedepends=('cmake' 'alsa-lib' 'mariadb-libs' 'postgresql' 'postgresql-libs'
'libxrender' 'libxml2')
conflicts=('qt5-tools')
source=("https://github.com/copperspice/copperspice/archive/cs-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5450da1968172df91a7b54101ddbcc385d9cc4ea6a007bcb500e92f34849fb9f')
+sha256sums=('2e74c809f6e9bffbe53f2f758b280781f6905631d9647717b47bc9202dba0d41')
build() {
cmake -B build -S "copperspice-cs-${pkgver}" \