summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec29bab9d07..53ebfdbf22d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bash-devel-static-git
pkgdesc = The GNU Bourne Again shell (development version)(Static-Version)
- pkgver = 4.0.alpha.r749.g5a7a52ea
+ pkgver = 5.1.r5.g76404c85
pkgrel = 1
url = http://www.gnu.org/software/bash/bash.html
arch = any
@@ -19,7 +19,7 @@ pkgbase = bash-devel-static-git
backup = etc/skel/.bashrc
backup = etc/skel/.bash_profile
backup = etc/skel/.bash_logout
- source = git+https://git.savannah.gnu.org/git/bash.git#branch=devel
+ source = git+https://git.savannah.gnu.org/git/bash.git#branch=master
source = dot.bashrc
source = dot.bash_profile
source = dot.bash_logout
diff --git a/PKGBUILD b/PKGBUILD
index 445cfe0b3136..397a6a48b343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=bash-devel-static-git
pkgdesc='The GNU Bourne Again shell (development version)(Static-Version)'
-pkgver=4.0.alpha.r749.g5a7a52ea
+pkgver=5.1.r5.g76404c85
pkgrel=1
url='http://www.gnu.org/software/bash/bash.html'
arch=('any')
@@ -18,7 +18,7 @@ makedepends=('git' 'readline-git' 'glibc-git' 'ncurses-git')
optdepends=('bash-completion: for tab completion')
provides=('sh' 'bash=$pkgver')
conflicts=('bash' 'bash-static')
-source=('git+https://git.savannah.gnu.org/git/bash.git#branch=devel'
+source=('git+https://git.savannah.gnu.org/git/bash.git#branch=master'
'dot.bashrc'
'dot.bash_profile'
'dot.bash_logout'