Skip to content

Commit

Permalink
Arch package for version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Sep 26, 2014
1 parent c60224d commit c8acf9f
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.7
pkgver=0.8
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.7.tar.gz")
sha1sums=('ca88c3045b9f10e4fd910a3d6de2a36f435c4e4c')
source=("http://thoughtbot.github.io/gitsh/gitsh-0.8.tar.gz")
sha1sums=('68e007d7bfc76b953c681fd1990dd4d3e228e453')

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

0 comments on commit c8acf9f

Please sign in to comment.