summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2019-02-07 15:08:11 +0100
committerFlorian Freund2019-02-07 15:08:11 +0100
commit569902d686d6edb115f6e00c9ef89a34cbedb4f6 (patch)
tree8c73611980074bb13f82fdbb5fca5b31f0a2f79f /PKGBUILD
parentd03386f7c832028ccd01614aee93de7076ca0284 (diff)
downloadaur-569902d686d6edb115f6e00c9ef89a34cbedb4f6.tar.gz
Replace sox by libsndfile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4264b044f9b5..b4eb2e121773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.7.84.ge0b80651
+pkgver=1.0.7.124.gd5f89600
pkgrel=1
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' 'portaudio' 'sox')
+depends=('texlive-bin' 'gtk3' 'glib2' 'desktop-file-utils' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile')
optdepends=('curl: recording support'
'vlc: recording support'
'alsa-utils: recording support')