summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-06-30 20:04:27 +0200
committerHans-Nikolai Viessmann2021-06-30 20:04:27 +0200
commit5c24e9c5583da5bd66dce3615c489508ac96f113 (patch)
treef6b30d60d8fcf35c7c061f3dec19324fe305dbd6
parent63c5f1d46444041f5afc5f0b94f9812c1ddbc768 (diff)
downloadaur-5c24e9c5583da5bd66dce3615c489508ac96f113.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 3c41fe1220cd..e7b02edc5c7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tllocalmgr-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 = tllocalmgr-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
conflicts = texlive-localmanager-git
source = texlive-localmanager::git+https://gitlab.archlinux.org/remy/texlive-localmanager.git
diff --git a/PKGBUILD b/PKGBUILD
index d1859dc8b81d..a9932e287ad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=tllocalmgr-git
_pkgname='texlive-localmanager'
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'
'texlive-localmanager-git')
depends=('texlive-core>=2016'