summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavidLazarescu2023-08-23 21:03:48 +0200
committerDavidLazarescu2023-08-23 21:03:48 +0200
commit2ac499213d59903f3f60c59edd85cfa97b5f03e7 (patch)
tree7d39aee2dcd019c2c4902d68eb5b3a5353d6e2ab /PKGBUILD
parentbd2a337821d4757dacbf6dd69fe8fcf979c1f9f1 (diff)
downloadaur-2ac499213d59903f3f60c59edd85cfa97b5f03e7.tar.gz
Added unzip to build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b80d1931b4f0..fd20762e9034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Lazarescu <prtnprvtmail@protonmail.com>
pkgname='librum'
pkgver=v.0.6.3.r14.g6774c2c
-pkgrel=3
+pkgrel=4
pkgdesc="A modern e-book reader and library manager"
arch=(x86_64)
url="https://librumreader.com"
license=('GPL3')
depends=('qt6-base' 'qt6-declarative' 'gcc-libs' 'glibc' 'krb5' 'brotli' 'zstd' 'zlib' 'libproxy' 'libglvnd' 'libx11' 'glib2' 'libxkbcommon' 'libpng' 'harfbuzz' 'md4c' 'freetype2' 'systemd-libs' 'double-conversion' 'libb2' 'pcre2' 'openssl' 'e2fsprogs' 'keyutils' 'expat' 'libxcb' 'dbus' 'graphite' 'bzip2' 'libcap' 'libgcrypt' 'xz' 'lz4' 'curl' 'duktape' 'libffi' 'libxau' 'libxdmcp' 'libgpg-error' 'libnghttp2' 'libidn2' 'libpsl' 'util-linux-libs' 'libunistring')
-makedepends=('git' 'make' 'cmake' 'python3')
+makedepends=('git' 'make' 'cmake' 'unzip' 'python3')
source=(Librum::"git+https://github.com/Librum-Reader/Librum.git")
md5sums=('SKIP')