mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
changed pacman to not run pacman-db-upgrade, my bad
This commit is contained in:
parent
393ff17953
commit
4e9fc19c2b
2 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,11 @@
|
|||
# - pacman.conf: architecture=arm, added our aur repo
|
||||
# - makepkg.conf: add --no-check-certificate to http wget, adjusted C/CXX/LDFLAGS
|
||||
|
||||
noautobuild=1
|
||||
plugrel=1
|
||||
plugrel=2
|
||||
|
||||
pkgname=pacman
|
||||
pkgver=3.5.1
|
||||
pkgrel=1
|
||||
pkgrel=1.${plugrel}
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('arm')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
|
|
|
@ -15,6 +15,7 @@ _warnupgrade() {
|
|||
echo ">>> The pacman database format has changed as of pacman 3.5.0."
|
||||
echo ">>> You will need to run \`pacman-db-upgrade\` as root."
|
||||
echo ">>>"
|
||||
echo "!!!!!! SERIOUSLY! Run pacman-db-upgrade or PACMAN WILL NOT WORK! !!!!!!"
|
||||
}
|
||||
|
||||
_resetbackups() {
|
||||
|
|
Loading…
Reference in a new issue