Skip to content

Commit

Permalink
Bump staging commit and fix sqlite sources
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Jan 19, 2024
1 parent 0907ad6 commit e5b4d42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 12 additions & 3 deletions pacman/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.2
# Thu Jan 4 23:29:31 UTC 2024
# Fri Jan 19 07:10:02 UTC 2024
pkgbase = pacman
pkgdesc = A library-based package manager with dependency support. CachyOS fork.
pkgver = 6.0.2
pkgrel = 22
pkgrel = 27
url = https://www.archlinux.org/pacman/
arch = x86_64
license = GPL
Expand All @@ -15,6 +15,11 @@ pkgbase = pacman
makedepends = git
makedepends = curl
makedepends = unzip
makedepends = cmake
makedepends = rustup
makedepends = clang
makedepends = llvm
makedepends = tcl
depends = bash
depends = glibc
depends = libarchive
Expand All @@ -32,11 +37,15 @@ pkgbase = pacman
options = strip
backup = etc/pacman.conf
backup = etc/makepkg.conf
source = git+https://github.com/CachyOS/pacman.git#commit=6956e5639c641704f8b482a7af08a9d6ffe93117
source = git+https://github.com/CachyOS/pacman.git#commit=f3bb7e381bc45e815753874be03877dab02eeb9e
source = pacman.conf
source = makepkg.conf
source = static_sqlite.patch
source = https://www.sqlite.org/2024/sqlite-src-3450000.zip
sha256sums = SKIP
sha256sums = 47f4ba578b1a6a3291cb65a6f60ab8c4871ae45bbe93da308a595a447ed9ad9d
sha256sums = 90f77e16fb4425cf62969203447aa2803f5eb550d6c4fe2dda2035656e25615d
sha256sums = bdd8fb13c1cd8606f41347bc1897e261031ac80b33c772d310f417064332f646
sha256sums = 14dc2db487e8563ce286a38949042cb1e87ca66d872d5ea43c76391004941fe2

pkgname = pacman
8 changes: 4 additions & 4 deletions pacman/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _sqlitever=$(curl -s 'https://archlinux.org/packages/search/json/?name=sqlite' |
else { printf "00" }
}')

pkgrel=26
pkgrel=27
pkgdesc="A library-based package manager with dependency support. CachyOS fork."
arch=('x86_64')
url="https://www.archlinux.org/pacman/"
Expand All @@ -35,7 +35,7 @@ options=('strip') #'!lto' -- should we put no lto here??
# 'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory (pacman) <[email protected]>
_commit="f3bb7e381bc45e815753874be03877dab02eeb9e"
if $_staging; then
_commit="0ea6dfe801443211b592e9dcac3253dc6719697a"
_commit="0d8026121b2866da895ae80d01a927ea29d98cdc"
fi
source=(
# https://sources.archlinux.org/other/pacman/$pkgname-$_pkgver.tar.xz{,.sig}
Expand All @@ -50,13 +50,13 @@ source=(
# "0001-Revert-pacman-key-Don-t-check-gpg-s-trustdb-after-ea.patch"
# "0001-add-information-about-origin-db.patch"
static_sqlite.patch
"https://www.sqlite.org/2023/sqlite-src-${_sqlitever}.zip"
"https://www.sqlite.org/2024/sqlite-src-${_sqlitever}.zip"
)
sha256sums=('SKIP'
'47f4ba578b1a6a3291cb65a6f60ab8c4871ae45bbe93da308a595a447ed9ad9d'
'90f77e16fb4425cf62969203447aa2803f5eb550d6c4fe2dda2035656e25615d'
'bdd8fb13c1cd8606f41347bc1897e261031ac80b33c772d310f417064332f646'
'73187473feb74509357e8fa6cb9fd67153b2d010d00aeb2fddb6ceeb18abaf27')
'14dc2db487e8563ce286a38949042cb1e87ca66d872d5ea43c76391004941fe2')

if $_staging; then
source+=(78cd453.patch)
Expand Down

0 comments on commit e5b4d42

Please sign in to comment.