summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2022-03-21 16:08:38 +0100
committerFlorian Freund2022-03-21 16:08:38 +0100
commit62b1cf4b8d85884c7b543909e4b0f967547bf3e2 (patch)
treefa0a187b2c8acb335bef005f02eaec1c9779972b
parentec7eaa297e143df25285d831fd964df157ee9c18 (diff)
downloadaur-62b1cf4b8d85884c7b543909e4b0f967547bf3e2.tar.gz
Add gtest build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf6348870b44..5c08c2bec658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xournalpp-git
pkgdesc = Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.
- pkgver = 1.1.1.r144.g9fbb5eb27
+ pkgver = 1.1.1.r172.g932d46f18
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
arch = i686
@@ -10,6 +10,7 @@ pkgbase = xournalpp-git
makedepends = git
makedepends = cmake
makedepends = help2man
+ makedepends = gtest
depends = texlive-bin
depends = gtk3
depends = poppler-glib
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")