summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2019-10-01 10:20:51 +0200
committeraksr2019-10-01 10:21:32 +0200
commitf9e45a82069acbc60fd59aa47c74134c9c5c8f46 (patch)
treec697f7db5c6bd8ce975bceb084c70466e95e7870 /PKGBUILD
parent5df901443d1473e7f7a156a907a22bf5d402365b (diff)
downloadaur-f9e45a82069acbc60fd59aa47c74134c9c5c8f46.tar.gz
Add gtest to depends() (thanks sikmir).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f158eda6f911..8a63bb94f009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=lsd2dsl-git
pkgver=0.4.1.r26.gf7bce9c
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A decompiler for ABBYY Lingvo’s and Duden proprietary dictionaries."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='https://rcebits.com/lsd2dsl/index.html'
license=('MIT')
groups=()
depends=('libzip' 'boost' 'qt5-base' 'libvorbis' 'libsndfile')
-makedepends=('git' 'cmake>=3.14')
+makedepends=('git' 'cmake>=3.14' 'gtest')
optdepends=()
checkdepends=()
provides=('lsd2dsl')