summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2020-07-03 13:16:46 -0400
committerEli Schwartz2020-07-03 13:16:46 -0400
commit14e08ec5bef18c14f1222032b367c75cffabf161 (patch)
tree482674b584369a51654c572fd34445748ba91c3c
parented2a0fa488f4b25842eeda01d8ebe0fe9922da55 (diff)
downloadaur-14e08ec5bef18c14f1222032b367c75cffabf161.tar.gz
upgpkg: pacman-git 5.2.1.r100.g6b9c1b4d-1
sync conf files from [core] and upstream changes
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--makepkg.conf2
-rw-r--r--pacman.conf.arm1
-rw-r--r--pacman.conf.i6861
-rw-r--r--pacman.conf.x86_641
6 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 258fa2aa6c16..dd8d6178d182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacman-git
pkgdesc = A library-based package manager with dependency support
- pkgver = 5.1.1.r221.g8f89e509
+ pkgver = 5.2.1.r100.g6b9c1b4d
pkgrel = 1
url = https://www.archlinux.org/pacman/
arch = i686
@@ -23,7 +23,7 @@ pkgbase = pacman-git
depends = pacman-mirrorlist
optdepends = pacman-contrib: various helper utilities
optdepends = perl-locale-gettext: translation support in makepkg-template
- provides = pacman=5.1.1
+ provides = pacman=5.2.1
conflicts = pacman
options = emptydirs
options = strip
@@ -36,10 +36,10 @@ pkgbase = pacman-git
source = pacman.conf.arm
source = makepkg.conf
sha256sums = SKIP
- sha256sums = 059121e28a55a7cdcc726ff95455b94f327f65a5b75d98fa7d3cdb81989c42a8
- sha256sums = 1b293a6096c996c930e2eac3fbc4827ab3d99c8cc7a7ae842ce747dba47e1cc0
- sha256sums = 24dc59b5806e9d4cd4661db7631ee4138780ebfc1d6cb23927181e50d94073ea
- sha256sums = 78a526b3cc49b196a7d3d98f0a126001498268a445c4e062f26b8339e0411ec0
+ sha256sums = 07b4e78745b9c9ecd93b703649b24b05803941f02ac2142ef62d50e36cb865a7
+ sha256sums = 4f349704aee808873bef4759a56d92e7985c3f9bffdd7b00bfaa988110124208
+ sha256sums = 6185dc65b18d1d085f65281c6bd1ce556466a64bf883d1f27c89b7e620570334
+ sha256sums = 54b7b886d6b35a35f4edc1829ea398db0d83d334a99cfe80ff4110d722da5c6d
pkgname = pacman-git
diff --git a/PKGBUILD b/PKGBUILD
index bca53b888466..bce152f09679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Andres Perera <aepd87@gmail.com>
pkgname=pacman-git
-pkgver=5.1.1.r221.g8f89e509
+pkgver=5.2.1.r100.g6b9c1b4d
pkgrel=1
pkgdesc="A library-based package manager with dependency support"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -28,10 +28,10 @@ source=("git+https://git.archlinux.org/pacman.git"
"pacman.conf.arm"
"makepkg.conf")
sha256sums=('SKIP'
- '059121e28a55a7cdcc726ff95455b94f327f65a5b75d98fa7d3cdb81989c42a8'
- '1b293a6096c996c930e2eac3fbc4827ab3d99c8cc7a7ae842ce747dba47e1cc0'
- '24dc59b5806e9d4cd4661db7631ee4138780ebfc1d6cb23927181e50d94073ea'
- '78a526b3cc49b196a7d3d98f0a126001498268a445c4e062f26b8339e0411ec0')
+ '07b4e78745b9c9ecd93b703649b24b05803941f02ac2142ef62d50e36cb865a7'
+ '4f349704aee808873bef4759a56d92e7985c3f9bffdd7b00bfaa988110124208'
+ '6185dc65b18d1d085f65281c6bd1ce556466a64bf883d1f27c89b7e620570334'
+ '54b7b886d6b35a35f4edc1829ea398db0d83d334a99cfe80ff4110d722da5c6d')
pkgver() {
cd pacman
diff --git a/makepkg.conf b/makepkg.conf
index 6a496d4b716f..5353d0ed2c6e 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -143,5 +143,5 @@ COMPRESSLZ=(lzip -c -f)
# EXTENSION DEFAULTS
#########################################################################
#
-PKGEXT='.pkg.tar.xz'
+PKGEXT='.pkg.tar.zst'
SRCEXT='.src.tar.gz'
diff --git a/pacman.conf.arm b/pacman.conf.arm
index 8e90fbb926b5..b4726403d3e5 100644
--- a/pacman.conf.arm
+++ b/pacman.conf.arm
@@ -19,7 +19,6 @@ HoldPkg = pacman-git glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
-#UseDelta = 0.7
Architecture = @CARCH@
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
diff --git a/pacman.conf.i686 b/pacman.conf.i686
index 7e9b03b83488..2e90a306f815 100644
--- a/pacman.conf.i686
+++ b/pacman.conf.i686
@@ -19,7 +19,6 @@ HoldPkg = pacman-git glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
-#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
diff --git a/pacman.conf.x86_64 b/pacman.conf.x86_64
index e75448dabe53..b85f4bd24e00 100644
--- a/pacman.conf.x86_64
+++ b/pacman.conf.x86_64
@@ -19,7 +19,6 @@ HoldPkg = pacman-git glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
-#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup