summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2019-02-07 15:08:11 +0100
committerFlorian Freund2019-02-07 15:08:11 +0100
commit569902d686d6edb115f6e00c9ef89a34cbedb4f6 (patch)
tree8c73611980074bb13f82fdbb5fca5b31f0a2f79f
parentd03386f7c832028ccd01614aee93de7076ca0284 (diff)
downloadaur-569902d686d6edb115f6e00c9ef89a34cbedb4f6.tar.gz
Replace sox by libsndfile
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 342171cf1427..0e2e38fd1c60 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.7.84.ge0b80651
+ pkgver = 1.0.7.124.gd5f89600
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
install = xournalpp.install
@@ -17,7 +17,7 @@ pkgbase = xournalpp-git
depends = poppler-glib
depends = libxml2
depends = portaudio
- depends = sox
+ depends = libsndfile
optdepends = curl: recording support
optdepends = vlc: recording support
optdepends = alsa-utils: recording support
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')