mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
# - pacman.conf: architecture=arm, added our aur repo
|
||||||
# - makepkg.conf: add --no-check-certificate to http wget, adjusted C/CXX/LDFLAGS
|
# - makepkg.conf: add --no-check-certificate to http wget, adjusted C/CXX/LDFLAGS
|
||||||
|
|
||||||
noautobuild=1
|
plugrel=2
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=pacman
|
pkgname=pacman
|
||||||
pkgver=3.5.1
|
pkgver=3.5.1
|
||||||
pkgrel=1
|
pkgrel=1.${plugrel}
|
||||||
pkgdesc="A library-based package manager with dependency support"
|
pkgdesc="A library-based package manager with dependency support"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.archlinux.org/pacman/"
|
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 ">>> The pacman database format has changed as of pacman 3.5.0."
|
||||||
echo ">>> You will need to run \`pacman-db-upgrade\` as root."
|
echo ">>> You will need to run \`pacman-db-upgrade\` as root."
|
||||||
echo ">>>"
|
echo ">>>"
|
||||||
|
echo "!!!!!! SERIOUSLY! Run pacman-db-upgrade or PACMAN WILL NOT WORK! !!!!!!"
|
||||||
}
|
}
|
||||||
|
|
||||||
_resetbackups() {
|
_resetbackups() {
|
||||||
|
|
Loading…
Reference in a new issue