summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2022-09-08 18:40:56 +0200
committerLuca Weiss2022-09-08 18:40:56 +0200
commit844ec41e5b98f7b2bebbdebda1fbd0e898b57afa (patch)
tree0d6cfdb42158d9356d6b7f9472ef72e78cf4db25
parentc0b83bdd1c03893f7e8893f0e3d30cf49e78405f (diff)
downloadaur-844ec41e5b98f7b2bebbdebda1fbd0e898b57afa.tar.gz
upgpkg: nheko 0.10.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25d87e9d4ca..0a20ac608d4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nheko
pkgdesc = Desktop client for the Matrix protocol
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = nheko
depends = spdlog
depends = gst-plugins-base-libs
depends = gst-plugins-bad-libs
- source = nheko-0.10.0.tar.gz::https://github.com/Nheko-Reborn/nheko/archive/v0.10.0.tar.gz
- sha512sums = c0aaf0f9ea657c43867fbb6857db45cac30f0cbaeaf8ad6a20a1a3e1ab9e6cf15266444eada060666db5b94be5a72b95b371a4da62e6705eed49f9907c576954
+ source = nheko-0.10.1.tar.gz::https://github.com/Nheko-Reborn/nheko/archive/v0.10.1.tar.gz
+ sha512sums = 898582c1a09ad9cfac3285f0bc5e80bb5e69b1d744118822167bbe09e9aa44c2b28438db2d3b6e1fa88835de2b0e2f58726d3876661f28c5eb46475e2f54bc20
pkgname = nheko
diff --git a/PKGBUILD b/PKGBUILD
index 851a6921e62b..634f0134787c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Konstantinos Sideris <siderisk at auth dot gr>
pkgname=nheko
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-multimedia' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'qtkeychain-qt5' 'hicolor-icon-theme' 'lmdb' 'cmark' 'mtxclient>=0.4.1' 'spdlog' 'gst-plugins-base-libs' 'gst-plugins-bad-libs')
makedepends=('cmake' 'boost' 'qt5-tools' 'nlohmann-json' 'lmdbxx' 'tweeny' 'asciidoc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Nheko-Reborn/nheko/archive/v$pkgver.tar.gz")
-sha512sums=('c0aaf0f9ea657c43867fbb6857db45cac30f0cbaeaf8ad6a20a1a3e1ab9e6cf15266444eada060666db5b94be5a72b95b371a4da62e6705eed49f9907c576954')
+sha512sums=('898582c1a09ad9cfac3285f0bc5e80bb5e69b1d744118822167bbe09e9aa44c2b28438db2d3b6e1fa88835de2b0e2f58726d3876661f28c5eb46475e2f54bc20')
prepare() {
mkdir -p build