summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Tran2024-01-16 22:11:19 +1100
committerVictor Tran2024-01-16 22:11:19 +1100
commit3b40ebe7d80e65e226a1b303a7374b71c38e7c12 (patch)
treef4832f3a9ffde9f411086c9fb29f8e0f9d105eac /PKGBUILD
parent0f002ffd4e296d11e8aafd9af3157cce549b8b59 (diff)
downloadaur-3b40ebe7d80e65e226a1b303a7374b71c38e7c12.tar.gz
Update to 6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a459fa7bbc02..809a9b23b9d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=libcontemporary
-pkgver=6.0.2
+pkgver=6.1
pkgrel=1
pkgdesc="Common libraries for the- applications by Victor Tran"
arch=("x86_64" "aarch64")
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt6-base' 'qt6-multimedia' 'qt6-svg' 'gsettings-qt' 'qcoro-qt6')
makedepends=('git' 'qt6-tools' 'cmake' 'clang')
source=("$pkgname-$pkgver"::"https://github.com/vicr123/libcontemporary/archive/v$pkgver.tar.gz")
-sha256sums=('41a47ce840544447b6ad6b681153c49c29eaf03f53705d1e79cde0d42d7760da')
+sha256sums=('a9b8ca64237f85c2e2cad0f46ecbe2cc4caf605ff5296bb562e629d9d852be82')
build() {
cmake -B build -S "$pkgname-$pkgver" \