summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2017-09-07 15:04:35 +0200
committerAlad Wenter2017-09-07 15:04:35 +0200
commita06fb3566c817bd9bed67ef2733fb777184e8953 (patch)
tree2fd871d26b38f10c31f146fdc01c43695ede6194
parenta256198f090b014f55ef8401d377eee3746a6a97 (diff)
downloadaur-a06fb3566c817bd9bed67ef2733fb777184e8953.tar.gz
bash-devel-git: use git+https
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eb0d53110c1..0425ba4bbb51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 13:09:45 UTC 2016
+# Thu Sep 7 13:04:32 UTC 2017
pkgbase = bash-devel-git
pkgdesc = The GNU Bourne Again shell (development version)
- pkgver = 4.0.alpha.r458.gb729dac
+ pkgver = 4.0.alpha.r535.g560db36b
pkgrel = 1
url = http://www.gnu.org/software/bash/bash.html
install = bash.install
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = glibc
depends = ncurses
depends = libncursesw.so
@@ -21,7 +22,7 @@ pkgbase = bash-devel-git
backup = etc/skel/.bashrc
backup = etc/skel/.bash_profile
backup = etc/skel/.bash_logout
- source = git://git.savannah.gnu.org/bash.git#branch=devel
+ source = git+https://git.savannah.gnu.org/git/bash.git#branch=devel
source = dot.bashrc
source = dot.bash_profile
source = dot.bash_logout
diff --git a/PKGBUILD b/PKGBUILD
index f8c8dd6aea8a..1a98f39c073b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,19 @@
pkgname=bash-devel-git
pkgdesc='The GNU Bourne Again shell (development version)'
-pkgver=4.0.alpha.r458.gb729dac
+pkgver=4.0.alpha.r535.g560db36b
pkgrel=1
url='http://www.gnu.org/software/bash/bash.html'
arch=('i686' 'x86_64')
license=('GPL')
backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
depends=('glibc' 'ncurses' 'libncursesw.so')
+makedepends=('git')
optdepends=('bash-completion: for tab completion')
provides=('sh' 'bash=4.4')
conflicts=('bash')
install=bash.install
-source=('git://git.savannah.gnu.org/bash.git#branch=devel'
+source=('git+https://git.savannah.gnu.org/git/bash.git#branch=devel'
'dot.bashrc'
'dot.bash_profile'
'dot.bash_logout'