Skip to content

Commit

Permalink
Arch package for version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Jun 13, 2014
1 parent e52a97e commit 4a32871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Maintainer: Pat Brisbin <pbrisbin@gmail.com>
pkgname='gitsh'
pkgver=0.6
pkgver=0.7
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.6.tar.gz")
sha1sums=('e440a68974cdcba68028ef7db5d55d0c2d7a7d79')
source=("http://thoughtbot.github.io/gitsh/gitsh-0.7.tar.gz")
sha1sums=('ca88c3045b9f10e4fd910a3d6de2a36f435c4e4c')

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

0 comments on commit 4a32871

Please sign in to comment.