summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-01-20 11:27:56 +0100
committerbartus2022-01-20 11:27:56 +0100
commit784fa0b49da1dca03c5d48b6d272895c53e03217 (patch)
treec57c4665c4d94502857438aff241a662e3c61fb7
parent09106bb543da667089476fb5c5e4049d75469833 (diff)
downloadaur-784fa0b49da1dca03c5d48b6d272895c53e03217.tar.gz
Switch from unauthenticated git:// protocol to https://
fix #1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87bf899390f..b33fc4b5f9ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = openboard-git
depends = poppler
provides = openboard=1.6.1
conflicts = openboard
- source = git://github.com/OpenBoard-org/OpenBoard.git#branch=master
+ source = git+https://github.com/OpenBoard-org/OpenBoard.git#branch=master
source = openboard.desktop
source = qchar.patch
source = quazip.patch
diff --git a/PKGBUILD b/PKGBUILD
index 29f9c602000c..b257f34efcb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'qt5-script' 'qt5-webkit' 'qt5-to
depends+=(quazip) #drop internal quazip and use system one.
depends+=(poppler) #replace internal xpdf with poppler and drop freetype/xpdf from deps
makedepends=(git)
-source=("git://github.com/OpenBoard-org/OpenBoard.git${_fragment}"
+source=("git+https://github.com/OpenBoard-org/OpenBoard.git${_fragment}"
openboard.desktop)
source+=(qchar.patch)
source+=(quazip.patch)