Skip to content

Commit 9f3118e

Browse files
committed
🚧 pacman: downgrade pkgrel
1 parent 39b7c7a commit 9f3118e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pacman/.SRCINFO‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = pacman
22
pkgdesc = A library-based package manager with dependency support. CachyOS fork.
33
pkgver = 7.1.0.r9.g54d9411
4-
pkgrel = 3
4+
pkgrel = 2
55
url = https://www.archlinux.org/pacman/
66
arch = x86_64
77
arch = aarch64

‎pacman/PKGBUILD‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _sqlitever=$(curl -s 'https://archlinux.org/packages/search/json/?name=sqlite' |
1515
if (NF == 4) { printf "%02d", $4 }
1616
else { printf "00" }
1717
}')
18-
pkgrel=3
18+
pkgrel=2
1919
pkgdesc="A library-based package manager with dependency support. CachyOS fork."
2020
arch=('x86_64' 'aarch64')
2121
url="https://www.archlinux.org/pacman/"

0 commit comments

Comments
 (0)