summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2019-03-06 14:43:40 +0100
committerFlorian Freund2019-03-06 14:43:40 +0100
commitc93bdcd83b37ddd3f9d1cf37d1d6a1fd69189e1a (patch)
tree778d59698680ea5bf14d10126e27f6f3d4c9728a
parentad40bba8bec775625ba4cca2edf5b046f33b5ecd (diff)
downloadaur-c93bdcd83b37ddd3f9d1cf37d1d6a1fd69189e1a.tar.gz
Remove previous recording dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad5cada6306a..f20f450e5c69 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.0.8.83.g5a8b0c59
+ pkgver = 1.0.8.91.ga17a3f2c
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
install = xournalpp.install
@@ -18,9 +18,6 @@ pkgbase = xournalpp-git
depends = portaudio
depends = libsndfile
depends = lua
- optdepends = curl: recording support
- optdepends = vlc: recording support
- optdepends = alsa-utils: recording support
conflicts = xournalpp
source = xournalpp::git+https://github.com/xournalpp/xournalpp.git
sha256sums = SKIP
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")