summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2022-11-11 09:44:08 +0100
committers-ol2022-11-11 09:44:08 +0100
commit3882ed9a89d3e77052d78dde24efb5a8ab5710f4 (patch)
tree385782107fbb95ceeef357ab48d0d0d588178077
parent1a897e35a7470abf627a718953576454926667ea (diff)
downloadaur-python-themer-git.tar.gz
switch to git+https:// protocol for source
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67156ab76976..8c7b713ddd0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-themer-git
pkgdesc = colorscheme generator and manager for your desktop
pkgver = v1.8.4.r0.g473cee2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/s-ol/themer
install = themer.install
arch = any
@@ -15,10 +15,9 @@ pkgbase = python-themer-git
depends = python-requests
optdepends = i3-wm: default-supported windowmanager
optdepends = fish: supports completion
- source = themer::git://github.com/s-ol/themer.git#branch=master
+ source = themer::git+https://github.com/s-ol/themer.git#branch=master
source = themer.install
sha256sums = SKIP
sha256sums = 5783163020b902b4c155155948e0df3d859877961a85f965318a5ff161a3e06a
pkgname = python-themer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9fd2b624412f..becea825dda6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _gitbranch=master
pkgname="python-${_gitname}-git"
pkgdesc='colorscheme generator and manager for your desktop'
pkgver=v1.8.4.r0.g473cee2
-pkgrel=1
+pkgrel=2
url="https://github.com/s-ol/${_gitname}"
license=('MIT')
arch=('any')
@@ -14,7 +14,7 @@ depends=('python' 'python-pillow' 'python-yaml' 'python-jinja' 'python-requests'
optdepends=('i3-wm: default-supported windowmanager' 'fish: supports completion')
makedepends=('git' 'python-setuptools')
install="${_gitname}.install"
-source=("${_gitname}::git://github.com/s-ol/${_gitname}.git#branch=${_gitbranch}"
+source=("${_gitname}::git+https://github.com/s-ol/${_gitname}.git#branch=${_gitbranch}"
"${install}")
sha256sums=('SKIP'
'5783163020b902b4c155155948e0df3d859877961a85f965318a5ff161a3e06a')