mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Several Core updates
This commit is contained in:
parent
6bfb41b57d
commit
90e08f8775
2 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@ source=(http://ftp.gnu.org/gnu/bash/bash-4.0.tar.gz
|
|||
system.bashrc)
|
||||
if [ $_patchlevel -gt 000 ]; then
|
||||
for p in $(seq -w 001 $_patchlevel); do
|
||||
source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash4$
|
||||
source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-$p)
|
||||
done
|
||||
fi
|
||||
|
||||
build() {
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-4.0
|
||||
for p in ../bash40-*; do
|
||||
[ -e "$p" ] || continue
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: Philipp Scholl <pscholl@bawue.de>
|
||||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=db
|
||||
pkgver=4.7.25
|
||||
|
|
Loading…
Reference in a new issue