summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-03-20 16:02:47 +0100
committerdreieck2022-03-20 16:02:47 +0100
commit3a7d627b1fb91dea870628ab3911012b60c534c8 (patch)
treedac0a8e0b4ad355f4c4089dbc9fe5a1c83f86b64
parent8b66cab687a9f46f4dd8f6c101307534ce7b1c94 (diff)
downloadaur-3a7d627b1fb91dea870628ab3911012b60c534c8.tar.gz
Changed source protocol from `git://` to `https://`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f98b552a5f1..76266bcf0acb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ddplan-git
pkgdesc = Simple menubar application with timetables for trams, buses and trains in Dresden. (Dresdner Verkehrsbetriebe/ DVB backend.)
pkgver = 0.1.0+r7.20160821.5d5d9d8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/4gray/ddplan
arch = any
license = custom: unspecified
@@ -10,7 +10,7 @@ pkgbase = ddplan-git
depends = electron
provides = ddplan=0.1.0+r7.20160821.5d5d9d8
conflicts = ddplan
- source = ddplan::git+git://github.com/4gray/ddplan.git
+ source = ddplan::git+https://github.com/4gray/ddplan.git
source = ddplan.sh
source = license-dummy.txt
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 13b579d4098e..423f18fdae33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ddplan
pkgname="${_pkgname}-git"
pkgver=0.1.0+r7.20160821.5d5d9d8
-pkgrel=1
+pkgrel=2
pkgdesc="Simple menubar application with timetables for trams, buses and trains in Dresden. (Dresdner Verkehrsbetriebe/ DVB backend.)"
arch=(
"any"
@@ -28,7 +28,7 @@ conflicts=(
"${_pkgname}"
)
source=(
- "${_pkgname}::git+git://github.com/4gray/ddplan.git"
+ "${_pkgname}::git+https://github.com/4gray/ddplan.git"
"ddplan.sh"
# "${install}"
"license-dummy.txt"