summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-02-09 20:36:04 +0100
committerXZS2022-09-13 14:08:00 +0200
commitd9cdcb5db5cec5ce67f8ec63fb4f54d1e56b79fb (patch)
tree4bf837d46274a4a4a2e96c48566db05044523203
parente59b19df77cea00391e9b2c08c088774d0e62cd4 (diff)
downloadaur-d9cdcb5db5cec5ce67f8ec63fb4f54d1e56b79fb.tar.gz
minor fix in source url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3100354d6efe..bb7b12a6df91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texlive-localmanager-git
pkgdesc = A shell and command-line utility to manage TeXLive on Arch Linux
pkgver = v0.7.r3.gbbd8488
- pkgrel = 2
+ pkgrel = 3
url = https://git.archlinux.org/users/remy/texlive-localmanager.git/
arch = any
license = GPL
@@ -14,7 +14,7 @@ pkgbase = texlive-localmanager-git
depends = perl-lwp-protocol-https
provides = texlive-localmanager=v0.7.r3.gbbd8488
conflicts = texlive-localmanager
- source = texlive-localmanager::git://git.archlinux.org/users/remy/texlive-localmanager.git
+ source = texlive-localmanager::git+http://git.archlinux.org/users/remy/texlive-localmanager.git
source = tllocalmgr-enhance.patch
source = tllocalmgr-fix-texlive-local-match.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2a8c52311c89..0eb23a9a34d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=texlive-localmanager-git
_pkgname="${pkgname%-git}"
pkgver=v0.7.r3.gbbd8488
-pkgrel=2
+pkgrel=3
pkgdesc='A shell and command-line utility to manage TeXLive on Arch Linux'
arch=('any')
url='https://git.archlinux.org/users/remy/texlive-localmanager.git/'
@@ -22,7 +22,7 @@ depends=('texlive-core>=2011'
'perl-lwp-protocol-https')
makedepends=('git')
-source=("${_pkgname}::git://git.archlinux.org/users/remy/texlive-localmanager.git"
+source=("${_pkgname}::git+http://git.archlinux.org/users/remy/texlive-localmanager.git"
'tllocalmgr-enhance.patch'
'tllocalmgr-fix-texlive-local-match.patch')
sha256sums=('SKIP'