Skip to content

Commit

Permalink
Arch package for version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Sep 11, 2015
1 parent 4a336f8 commit 6ca20a0
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.9
pkgver=0.10
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.9.tar.gz")
sha1sums=('d6920cfbb7f2f974b38b4478105c837b356345a5')
source=("http://thoughtbot.github.io/gitsh/gitsh-0.10.tar.gz")
sha1sums=('f3b62fb6bf6b7cce003df6324512f67cdc3a9061')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down

0 comments on commit 6ca20a0

Please sign in to comment.