aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTBK2020-04-17 23:56:51 +0200
committerTBK2020-04-17 23:56:51 +0200
commit69d748ac57a62246d98ab0ee08799414735f6181 (patch)
tree75fc72e070024328c470612f96057c78c26da677 /PKGBUILD
parent834b87813b912e1326e3349f0a8615a397ca537b (diff)
downloadaur-libqtolm.tar.gz
Fix arch
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() {