diff --git a/arch/PKGBUILD b/arch/PKGBUILD index ca8eba8b..6fbde646 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Pat Brisbin pkgname='gitsh' -pkgver=0.8 +pkgver=0.9 pkgrel=1 pkgdesc='An interactive shell for git' arch=('any') url="http://thoughtbot.github.io/gitsh/" license=('custom') depends=('ruby>=1.9.3') -source=("http://thoughtbot.github.io/gitsh/gitsh-0.8.tar.gz") -sha1sums=('68e007d7bfc76b953c681fd1990dd4d3e228e453') +source=("http://thoughtbot.github.io/gitsh/gitsh-0.9.tar.gz") +sha1sums=('d6920cfbb7f2f974b38b4478105c837b356345a5') build() { cd "$srcdir/$pkgname-$pkgver"