summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavidLazarescu2023-08-23 20:55:18 +0200
committerDavidLazarescu2023-08-23 20:55:18 +0200
commit7be2b5aa4b7788d68be95be9d6865c90cbe1922a (patch)
tree896373d98d04b0caedb1f362b6fe724b57a130d6
parent41cf383d41ee492e27603991e76644fdc72ba352 (diff)
downloadaur-7be2b5aa4b7788d68be95be9d6865c90cbe1922a.tar.gz
Fix repository cloning issues
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73d3fc5cbaff..c779ce643b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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' 'cmake' 'python3')
-source=('Librum::git://github.com/Librum-Reader/Librum.git')
+source=(Librum::"git+https://github.com/Librum-Reader/Librum.git")
md5sums=('SKIP')