summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2019-02-01 23:44:25 +0100
committerFlorian Freund2019-02-01 23:44:25 +0100
commitd03386f7c832028ccd01614aee93de7076ca0284 (patch)
tree8524470b6d5124f9b41e15688b597da51f7f73e2 /PKGBUILD
parent2dc352b6c2ac41af9d39203567dce0ee2850403c (diff)
downloadaur-d03386f7c832028ccd01614aee93de7076ca0284.tar.gz
Move audio recording to portaudio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d61e7805df1b..4264b044f9b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.6.macOS.alpha1.126.g07e03f00
+pkgver=1.0.7.84.ge0b80651
pkgrel=1
-pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Written in C++ with plattform independent GTK, supporting Linux, e.g. Ubuntu, Debian, Arch, Suse, macOS and Windows 10. Supports Pen input like Wacom Tablets.'
+pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
arch=('i686' 'x86_64')
url="https://github.com/xournalpp/xournalpp"
license=('GPL-2.0')
makedepends=('git' 'cmake' 'gettext')
-depends=('texlive-bin' 'gtk3' 'glib2' 'desktop-file-utils' 'poppler-glib' 'libxml2')
+depends=('texlive-bin' 'gtk3' 'glib2' 'desktop-file-utils' 'poppler-glib' 'libxml2' 'portaudio' 'sox')
optdepends=('curl: recording support'
'vlc: recording support'
'alsa-utils: recording support')