Skip to content

Commit

Permalink
Arch package for version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Jan 15, 2015
1 parent 0ee88bf commit 27c88d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pat Brisbin <pbrisbin@gmail.com>
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"
Expand Down

0 comments on commit 27c88d4

Please sign in to comment.