Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: pacman 6.0.0-3: backports from upstream
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@417619 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
allan authored and svntogit committed Jun 10, 2021
1 parent 0a33133 commit 45a24c1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=pacman
pkgver=6.0.0
pkgrel=2
pkgrel=3
pkgdesc="A library-based package manager with dependency support"
arch=('x86_64')
url="https://www.archlinux.org/pacman/"
Expand All @@ -21,13 +21,24 @@ options=('strip' 'debug')
validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD' # Allan McRae <allan@archlinux.org>
'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory (pacman) <andrew@archlinux.org>
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.xz{,.sig}
pacman-6.0.0-fix-404-download.patch::https://git.archlinux.org/pacman.git/patch/?id=3401f9e142ac4c701cd98c52618cb13164f2146b
pacman-6.0.0-fix-key-import-double-free.patch::https://git.archlinux.org/pacman.git/patch/?id=542910d684191eb7f25ddc5d3d8fe3060028a267
pacman.conf
makepkg.conf)
sha256sums=('004448085a7747bdc7a0a4dd5d1fb7556c6b890111a06e029ab088f9905d4808'
'SKIP'
'fe7e037e1b84bfa5bc401650d148c2a2e87d827705a6ec18a596ff5eea3cc0fd'
'a51b57dd47818d97e29ac0b8604b4b409916bbe6029adfbb03ac7e7c2b2a0819'
'606e55f06c297d2b508bc4438890b229a1abaa68b0374a2d7f94c8e7be6792d7'
'89d1dd7e7064243754efc1993a8843a400afd5d7c15070787985376ec346d6d9')


prepare() {
cd "$pkgname-$pkgver"
patch -p1 -i "$srcdir"/pacman-6.0.0-fix-404-download.patch
patch -p1 -i "$srcdir"/pacman-6.0.0-fix-key-import-double-free.patch
}

build() {
cd "$pkgname-$pkgver"

Expand Down

0 comments on commit 45a24c1

Please sign in to comment.