summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavidLazarescu2023-08-23 20:56:20 +0200
committerDavidLazarescu2023-08-23 20:56:20 +0200
commitbec6d9200a90bc1c618bac0a98313b2a75f92aa2 (patch)
tree1553e5a690efd4d7e81f09bea2720a2e253cc6aa
parent7be2b5aa4b7788d68be95be9d6865c90cbe1922a (diff)
downloadaur-bec6d9200a90bc1c618bac0a98313b2a75f92aa2.tar.gz
Fix repository cloning issues
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c128713b01f8..15f43f68e9e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = librum
pkgdesc = A modern e-book reader and library manager
pkgver = v.0.6.3.r14.g6774c2c
- pkgrel = 1
+ pkgrel = 2
url = https://librumreader.com
arch = x86_64
license = GPL3
@@ -52,7 +52,7 @@ pkgbase = librum
depends = libpsl
depends = util-linux-libs
depends = libunistring
- source = Librum::git://github.com/Librum-Reader/Librum.git
+ source = Librum::git+https://github.com/Librum-Reader/Librum.git
md5sums = SKIP
pkgname = librum
diff --git a/PKGBUILD b/PKGBUILD
index c779ce643b61..eccdacc9d7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Lazarescu <prtnprvtmail@protonmail.com>
pkgname='librum'
pkgver=v.0.6.3.r14.g6774c2c
-pkgrel=1
+pkgrel=2
pkgdesc="A modern e-book reader and library manager"
arch=(x86_64)
url="https://librumreader.com"