diff options
-rw-r--r-- | community/libqtolm/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/libqtolm/APKBUILD b/community/libqtolm/APKBUILD index 021d2d0523..02281d6ff7 100644 --- a/community/libqtolm/APKBUILD +++ b/community/libqtolm/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libqtolm pkgver=3.0.1 -pkgrel=0 +pkgrel=1 arch="all" url="https://gitlab.com/b0/libQtOlm" pkgdesc="A Qt wrapper for libolm" license="GPL-3.0-or-later" -makedepends="cmake qt5-qtbase-dev olm-dev" +depends_dev="qt5-qtbase-dev olm-dev" +makedepends="$depends_dev cmake" source="https://gitlab.com/b0/libQtOlm/-/archive/v$pkgver/libqtolm-v$pkgver.tar.gz" subpackages="$pkgname-dev" options="!check" # No tests |