summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2021-06-30 19:15:31 -0400
committerEli Schwartz2021-06-30 19:15:31 -0400
commitc1d99b857ae2b7e3331014e1a678f6dd56a65c84 (patch)
treedd452e292cd2442eeb6f6861b297822f288ae66f
parentd58cb469b128cce22d6b9777f727aa315db5008e (diff)
downloadaur-c1d99b857ae2b7e3331014e1a678f6dd56a65c84.tar.gz
pacman-git: update git clone url due to git.al.o decommissioning
pacman's official repository location is now on gitlab.al.o so everyone will need to 'git remote set-url' their $SRCDEST clones, or remove them and re-clone. Sorry for the inconvenience.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86fd11d1091c..6ad67af34261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacman-git
pkgdesc = A library-based package manager with dependency support
- pkgver = 6.0.0.r0.g75eb3f4c
- pkgrel = 3
+ pkgver = 6.0.0.r5.g542910d6
+ pkgrel = 1
url = https://www.archlinux.org/pacman/
arch = i686
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = pacman-git
options = debug
backup = etc/pacman.conf
backup = etc/makepkg.conf
- source = git+https://git.archlinux.org/pacman.git
+ source = git+https://gitlab.archlinux.org/pacman/pacman.git
source = pacman.conf.i686
source = pacman.conf.x86_64
source = pacman.conf.arm
diff --git a/PKGBUILD b/PKGBUILD
index db4882e78090..25b6b4b0b457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Andres Perera <aepd87@gmail.com>
pkgname=pacman-git
-pkgver=6.0.0.r0.g75eb3f4c
-pkgrel=3
+pkgver=6.0.0.r5.g542910d6
+pkgrel=1
pkgdesc="A library-based package manager with dependency support"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://www.archlinux.org/pacman/"
@@ -22,7 +22,7 @@ conflicts=('pacman')
backup=("etc/pacman.conf"
"etc/makepkg.conf")
options=('emptydirs' 'strip' 'debug')
-source=("git+https://git.archlinux.org/pacman.git"
+source=("git+https://gitlab.archlinux.org/pacman/pacman.git"
"pacman.conf.i686"
"pacman.conf.x86_64"
"pacman.conf.arm"