summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2022-11-14 23:30:33 +0000
committerJoão Figueiredo2022-11-14 23:30:33 +0000
commit937822f334621612ac7c4ce5d99e66ce46746521 (patch)
treec2c6658253123dd1a4b0ea6b9138292de0cba0fe
parent85c1977a0b27a4ca3ab40fcca8132d92342bea6c (diff)
downloadaur-kongress.tar.gz
Version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d41655813e25..04a91ad03fc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kongress
pkgdesc = Companion application for conferences
- pkgver = 1.0
- pkgrel = 2
+ pkgver = 22.09
+ pkgrel = 1
url = https://github.com/KDE/kongress
arch = x86_64
license = BSD
@@ -23,8 +23,7 @@ pkgbase = kongress
depends = kdbusaddons
depends = ki18n
depends = knotifications
- source = https://github.com/KDE/kongress/archive/v1.0.tar.gz
- sha256sums = da8527d0bb0b9fe3d58b1dac8a251046e3ad29eaef6212f6f6aa5f984c6592a3
+ source = https://github.com/KDE/kongress/archive/v22.09.tar.gz
+ sha256sums = 24f1ff4a52b74dc1ade852154016d95d3ed7e81f74ed2a3d123b5acef045dd37
pkgname = kongress
-
diff --git a/PKGBUILD b/PKGBUILD
index 901a8eb7eb4e..82e940267154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: João Figueiredo <jf.mundox@gmail.com>
+# Maintainer: João Figueiredo <islandc0der@chaotic.cx>
pkgname=kongress
-pkgver=1.0
-pkgrel=2
+pkgver=22.09
+pkgrel=1
pkgdesc="Companion application for conferences"
arch=($CARCH)
url="https://github.com/KDE/kongress"
@@ -10,7 +10,7 @@ license=(BSD GPL LGPL)
depends=(hicolor-icon-theme kcalendarcore kdbusaddons ki18n knotifications)
makedepends=(extra-cmake-modules kconfig kcoreaddons kirigami2 qt5-base qt5-declarative qt5-imageformats qt5-quickcontrols2 qt5-svg qt5-wayland qt5-webengine)
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('da8527d0bb0b9fe3d58b1dac8a251046e3ad29eaef6212f6f6aa5f984c6592a3')
+sha256sums=('24f1ff4a52b74dc1ade852154016d95d3ed7e81f74ed2a3d123b5acef045dd37')
build() {
cmake -B build -S $pkgname-$pkgver \