Date: Friday, February 7, 2020 @ 18:51:03 Author: bisson Revision: 374980
upstream update Modified: xournalpp/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-07 18:41:27 UTC (rev 374979) +++ PKGBUILD 2020-02-07 18:51:03 UTC (rev 374980) @@ -1,8 +1,8 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=xournalpp -pkgver=1.0.16 -_commit=c4745271d4dc114b0ee2145b3e9ace257b7f4c28 +pkgver=1.0.17 +_commit=12febf7e577aeb8756464c23713ef9a43729eede pkgrel=1 pkgdesc='Handwriting notetaking software with PDF annotation support' url='https://github.com/xournalpp/xournalpp' @@ -19,6 +19,7 @@ build() { cd "${srcdir}/${pkgname}" cmake -DCMAKE_INSTALL_PREFIX=/usr + make translations make }
