summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2022-03-21 16:08:38 +0100
committerFlorian Freund2022-03-21 16:08:38 +0100
commit62b1cf4b8d85884c7b543909e4b0f967547bf3e2 (patch)
treefa0a187b2c8acb335bef005f02eaec1c9779972b /PKGBUILD
parentec7eaa297e143df25285d831fd964df157ee9c18 (diff)
downloadaur-62b1cf4b8d85884c7b543909e4b0f967547bf3e2.tar.gz
Add gtest build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0beaffc0d4a2..24158b9281e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.1.1.r144.g9fbb5eb27
+pkgver=1.1.1.r172.g932d46f18
pkgrel=1
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/xournalpp/xournalpp"
license=('GPL2')
-makedepends=('git' 'cmake' 'help2man')
+makedepends=('git' 'cmake' 'help2man' 'gtest')
depends=('texlive-bin' 'gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua53' 'lua53-lgi' 'libzip')
conflicts=('xournalpp')
source=("${_pkgname}::git+https://github.com/xournalpp/xournalpp.git")