Skip to content

Commit

Permalink
🔖 pacman: Bump version (#292)
Browse files Browse the repository at this point in the history
* 🔖 pacman: Bump version

* 🚧 pacman: switch to tags as a base for git describe

* 🚧 pacman: sync with archlinux
  • Loading branch information
vnepogodin authored Aug 24, 2024
1 parent fdf6326 commit 8833ca6
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 308 deletions.
57 changes: 29 additions & 28 deletions pacman/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,57 +1,58 @@
# Generated by makepkg 6.1.0
# Tue Mar 5 11:10:14 UTC 2024
pkgbase = pacman
pkgdesc = A library-based package manager with dependency support. CachyOS fork.
pkgver = 6.1.0
pkgrel = 2
pkgver = 7.0.0.r2.g6393505
pkgrel = 1
url = https://www.archlinux.org/pacman/
arch = x86_64
arch = aarch64
license = GPL-2.0-or-later
checkdepends = python
checkdepends = fakechroot
makedepends = meson
checkdepends = python
makedepends = asciidoc
makedepends = doxygen
makedepends = git
makedepends = curl
makedepends = unzip
makedepends = meson
makedepends = tcl
makedepends = cmake
makedepends = rustup
makedepends = cargo
makedepends = clang
makedepends = llvm
makedepends = tcl
depends = bash
depends = glibc
depends = libarchive
depends = coreutils
depends = curl
depends = gpgme
depends = pacman-mirrorlist
depends = gettext
depends = gawk
depends = coreutils
depends = gettext
depends = glibc
depends = gnupg
depends = gpgme
depends = grep
depends = debugedit
depends = libarchive
depends = pacman-mirrorlist
depends = systemd
optdepends = base-devel: required to use makepkg
optdepends = perl-locale-gettext: translation support in makepkg-template
provides = libalpm.so
options = strip
backup = etc/pacman.conf
backup = etc/makepkg.conf
source = git+https://github.com/CachyOS/pacman.git#commit=0dd07c7f852cdabb0713e56190a8ef822710efcd
backup = etc/makepkg.conf.d/rust.conf
source = git+https://github.com/CachyOS/pacman.git#commit=639350593fdc006e38756b4590935d1dbd17bc73?signed
source = pacman.conf
source = makepkg.conf
source = alpm.sysusers
source = rust.conf
source = static_sqlite.patch
source = https://www.sqlite.org/2024/sqlite-src-3450100.zip
source = https://www.sqlite.org/2024/sqlite-src-3460100.zip
source = disable-always-stale.patch
source = 0001-use-snprintf-instead-of-sprintf.patch
source = 78cd453.patch
sha256sums = d49033acfd55591eb36eb04a118fcfb68d1fa34bd20216b82333841a0b83a9d7
sha256sums = 47f4ba578b1a6a3291cb65a6f60ab8c4871ae45bbe93da308a595a447ed9ad9d
sha256sums = d421fa2a923d36549f046ad922131e5327ea1a6ab05d7ef9a4caf9355f5bf5a7
validpgpkeys = B1B70BB1CD56047DEF31DE2EB62C3D10C54D5DA9
sha256sums = 0fda98d94d2e26211870c102711d4be50256144720937d188e291e8dbb1fd310
sha256sums = bc80e9d0439caddd29b99a69b5060b5589cad2398c23abc5b2b8b990fae6ad8c
sha256sums = ce794bf0d8a9b1cb2637188516ce39e3559b2b027c47e94ea388991d33461d89
sha256sums = c8760d7ebb6c9817d508c691c67084be251cd9c8811ee1ccf92c1278bad74c1c
sha256sums = b31dc7a2789d7fb99a56cc5a9d915c3d57e01233bf258731392afe44b1bf8e40
sha256sums = bdd8fb13c1cd8606f41347bc1897e261031ac80b33c772d310f417064332f646
sha256sums = 7f7b14a68edbcd4a57df3a8c4dbd56d2d3546a6e7cdd50de40ceb03af33d34ba
sha256sums = def3fc292eb9ecc444f6c1950e5c79d8462ed5e7b3d605fd6152d145e1d5abb4
sha256sums = 11e0078c5ac7cdafa625957a9da982989efe19719e4973cd77f28dc5780dccd9
sha256sums = c87a4dd373f255381780f8860026481dd2a28036f1377af5b26e16486ed70621
sha256sums = 843ad07d4a996ad165f20544c5df5b6deec4496ec30daa38b874bf3fa28afa54
source_aarch64 = fix-alpm-crate-for-aarch64.patch
sha256sums_aarch64 = 98af0b680561b4430c0290d461d28a03b7178cce6b62880c7d0803473bfa543c

pkgname = pacman

This file was deleted.

204 changes: 0 additions & 204 deletions pacman/0001-use-snprintf-instead-of-sprintf.patch

This file was deleted.

Loading

0 comments on commit 8833ca6

Please sign in to comment.