summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2019-03-12 08:28:09 +0100
committerFlorian Freund2019-03-12 08:28:09 +0100
commit00a15bd199fe87bff56a95eb63908079f606e23b (patch)
tree543577014eeb490068571e7f568096f89e144ea8
parentc93bdcd83b37ddd3f9d1cf37d1d6a1fd69189e1a (diff)
downloadaur-00a15bd199fe87bff56a95eb63908079f606e23b.tar.gz
Add libzip dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f20f450e5c69..f2f878efc378 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.91.ga17a3f2c
+ pkgver = 1.0.8.116.ga05afb4d
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
install = xournalpp.install
@@ -18,6 +18,7 @@ pkgbase = xournalpp-git
depends = portaudio
depends = libsndfile
depends = lua
+ depends = libzip
conflicts = xournalpp
source = xournalpp::git+https://github.com/xournalpp/xournalpp.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d13ee5e3fc3..81bc0e89d06a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.8.91.ga17a3f2c
+pkgver=1.0.8.116.ga05afb4d
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=('GPL2')
makedepends=('git' 'cmake' 'gettext')
-depends=('texlive-bin' 'gtk3' 'glib2' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua')
+depends=('texlive-bin' 'gtk3' 'glib2' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua' 'libzip')
conflicts=('xournalpp')
install="xournalpp.install"
source=("${_pkgname}::git+https://github.com/xournalpp/xournalpp.git")