summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-02-09 20:36:04 +0100
committerHans-Nikolai Viessmann2020-02-09 20:36:04 +0100
commita73eb8352005fc647d3f088469d1f95bd2056785 (patch)
treea7017eff334cfc3b1a4f92685c2b6d97b8269d56
parent7cdbe92402c3297908a3c3d0351ea1c14118829a (diff)
downloadaur-a73eb8352005fc647d3f088469d1f95bd2056785.tar.gz
minor fix in source url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abfa483257d9..a757bccff8ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tllocalmgr-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
@@ -12,10 +12,10 @@ pkgbase = tllocalmgr-git
depends = perl-term-readline-gnu
depends = perl-list-moreutils
depends = perl-lwp-protocol-https
- provides = texlive-localmanager-git=v0.7.r3.gbbd8488
+ provides = texlive-localmanager=v0.7.r3.gbbd8488
conflicts = texlive-localmanager
conflicts = texlive-localmanager-git
- 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 b152d39c65a3..6dc656e7a643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=tllocalmgr-git
_pkgname='texlive-localmanager'
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/'
license=('GPL')
-provides=("texlive-localmanager-git=$pkgver")
+provides=("texlive-localmanager=$pkgver")
conflicts=('texlive-localmanager'
'texlive-localmanager-git')
depends=('texlive-core>=2011'
@@ -23,7 +23,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'