summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2019-03-06 14:43:40 +0100
committerFlorian Freund2019-03-06 14:43:40 +0100
commitc93bdcd83b37ddd3f9d1cf37d1d6a1fd69189e1a (patch)
tree778d59698680ea5bf14d10126e27f6f3d4c9728a /PKGBUILD
parentad40bba8bec775625ba4cca2edf5b046f33b5ecd (diff)
downloadaur-c93bdcd83b37ddd3f9d1cf37d1d6a1fd69189e1a.tar.gz
Remove previous recording dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26df5d880e3c..0d13ee5e3fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.8.83.g5a8b0c59
+pkgver=1.0.8.91.ga17a3f2c
pkgrel=1
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
arch=('i686' 'x86_64')
@@ -13,9 +13,6 @@ url="https://github.com/xournalpp/xournalpp"
license=('GPL2')
makedepends=('git' 'cmake' 'gettext')
depends=('texlive-bin' 'gtk3' 'glib2' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua')
-optdepends=('curl: recording support'
- 'vlc: recording support'
- 'alsa-utils: recording support')
conflicts=('xournalpp')
install="xournalpp.install"
source=("${_pkgname}::git+https://github.com/xournalpp/xournalpp.git")