This commit is contained in:
parent
f5fcdc2e1a
commit
d998baf175
3 changed files with 40 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer:
|
||||
|
||||
pkgname=pacman
|
||||
pkgver=6.0.0
|
||||
pkgver=6.0.1.r0.g0a6fecd0
|
||||
pkgrel=1
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('x86_64')
|
||||
|
@ -21,11 +21,13 @@ options=('strip' 'debug')
|
|||
validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD' # Allan McRae <allan@archlinux.org>
|
||||
'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory (pacman) <andrew@archlinux.org>
|
||||
source=(git+https://gitlab.archlinux.org/pacman/pacman.git#branch=release/6.0.x
|
||||
add-flto-to-LDFLAGS-for-clang.patch
|
||||
pacman.conf
|
||||
makepkg.conf)
|
||||
sha256sums=('SKIP'
|
||||
'82ff91b85f4c6ceba19f9330437e2a22aabc966c2b9e2a20a53857f98a42c223'
|
||||
'4aea8b8dc81188e9f195d0ac887e3a7c85d1be6545fd675f6c160623023d85b5'
|
||||
'172ad7a3539a2f534ef4de5f1608e78a83b5acd181795b4f59fe4eb609488a94')
|
||||
'6c0fca917df610e98e19641d8ac3a9b865fb9e639f811e6f65bbb201c37d3181')
|
||||
|
||||
|
||||
pkgver() {
|
||||
|
@ -34,6 +36,11 @@ pkgver() {
|
|||
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd pacman
|
||||
patch -Np1 -i ../add-flto-to-LDFLAGS-for-clang.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd pacman
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue