summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-06-30 20:04:27 +0200
committerXZS2022-09-13 14:08:14 +0200
commit538aef3dfe0e5f8da3603c147dbfb0c43400c4db (patch)
tree095156e7a001cfc9621708404973ab09a2daca50
parent052aa138add8f8221a07502d57e602467c063eed (diff)
downloadaur-538aef3dfe0e5f8da3603c147dbfb0c43400c4db.tar.gz
fix URL; remove provides
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc0223758fb..17c1f637ded5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = texlive-localmanager-git
pkgdesc = A shell and command-line utility to manage TeXLive on Arch Linux
pkgver = r84.bbd8488
- pkgrel = 1
- url = https://git.archlinux.org/users/remy/texlive-localmanager.git/
+ pkgrel = 2
+ url = https://gitlab.archlinux.org/remy/texlive-localmanager.git
arch = any
license = GPL
makedepends = git
@@ -14,8 +14,6 @@ pkgbase = texlive-localmanager-git
depends = perl-list-moreutils
depends = perl-lwp-protocol-https
provides = texlive-localmanager=r84.bbd8488
- provides = texlive-localmanager=v0.7.r3.gbbd8488
- provides = tllocalmgr-git=v0.7.r3.gbbd8488
conflicts = texlive-localmanager
source = texlive-localmanager::git+https://gitlab.archlinux.org/remy/texlive-localmanager.git
source = tllocalmgr-2021.patch
diff --git a/PKGBUILD b/PKGBUILD
index 956301deaca8..de09b84d76bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=texlive-localmanager-git
_pkgname="${pkgname%-git}"
pkgver=r84.bbd8488
-pkgrel=1
+pkgrel=2
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/'
+url='https://gitlab.archlinux.org/remy/texlive-localmanager.git'
license=('GPL')
-provides=("texlive-localmanager=$pkgver" "texlive-localmanager=v0.7.r3.gbbd8488" "$pkgname=v0.7.r3.gbbd8488")
+provides=("texlive-localmanager=$pkgver")
conflicts=('texlive-localmanager')
depends=('texlive-core>=2016'
'texlive-core<2022'