summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-03-17 15:58:04 +0100
committerdreieck2022-03-17 15:58:04 +0100
commitc0e35af6ae2c6883e737902a7b822735f51c6225 (patch)
tree59b328b144500347b623fdd9c18856329b5a309f
parent92fa62b6847f586681bc6f0a4d3aa94c6ecdf162 (diff)
downloadaur-c0e35af6ae2c6883e737902a7b822735f51c6225.tar.gz
Changed source protocol from 'git://' to 'https://'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52caf0b40e43..2e3043d7b5d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arandr-indicator-git
pkgdesc = Quick and simple tray icon menu for changing the monitor layout.
pkgver = r16.20200824.189890e
- pkgrel = 4
+ pkgrel = 5
epoch = 2
url = https://github.com/AdrianVollmer/arandr-indicator/tree/port-python3
arch = any
@@ -14,7 +14,7 @@ pkgbase = arandr-indicator-git
optdepends = python-xdg: For Freedesktop.org directory specifications.
provides = arandr-indicator=r16.20200824.189890e
conflicts = arandr-indicator
- source = arandr-indicator::git+git://github.com/AdrianVollmer/arandr-indicator#branch=port-python3
+ source = arandr-indicator::git+https://github.com/AdrianVollmer/arandr-indicator#branch=port-python3
source = license-info.txt
sha256sums = SKIP
sha256sums = e4f6da5d674b36b60640901d1a01a5deec77fd41ef31f713b1fc533c25d14f6d
diff --git a/PKGBUILD b/PKGBUILD
index de4c18083f70..c243a70d6364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=arandr-indicator
pkgname="${_pkgname}-git"
epoch=2
pkgver=r16.20200824.189890e
-pkgrel=4
+pkgrel=5
pkgdesc="Quick and simple tray icon menu for changing the monitor layout."
arch=('any')
# url="https://github.com/denilsonsa/arandr-indicator" # original project (Python 2)
@@ -25,8 +25,8 @@ provides=("${_pkgname}=${pkgver}")
replaces=()
conflicts=("${_pkgname}")
source=(
- # "${_pkgname}::git+git://github.com/denilsonsa/arandr-indicator.git" # original project (Python 2)
- "${_pkgname}::git+git://github.com/AdrianVollmer/arandr-indicator#branch=port-python3" # Python 3 port
+ # "${_pkgname}::git+https://github.com/denilsonsa/arandr-indicator.git" # original project (Python 2)
+ "${_pkgname}::git+https://github.com/AdrianVollmer/arandr-indicator#branch=port-python3" # Python 3 port
'license-info.txt'
)
sha256sums=(