aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2476b17d0361..a828683ed03f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=libqtolm
pkgver=3.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='A Qt wrapper for libolm'
url='https://gitlab.com/b0/libQtOlm'
-arch=('any')
+arch=('x86_64')
license=('GPL-3.0-or-later')
depends=('qt5-base' 'libolm')
conflicts=('libqtolm-git')
replaces=('libqtolm-git')
makedepends=('cmake')
source=("https://gitlab.com/b0/libQtOlm/-/archive/v$pkgver/libqtolm-v$pkgver.tar.gz")
-sha256sums=('b7de94f3e3232d9b0307eaa4ae4fc8df2996f1968bef4750a52791a171edc09e')
+sha512sums=('98ee8f1a9f69e6e78105e9deb651d276de79678f749d43ae506295d59500617ce517338894a96a163e6d2de901413d6200bb788b507a6ad9179e1cbdc682a858')
_builddir="$pkgname-v$pkgver"
build() {