Skip to content

Commit

Permalink
Arch package for version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Jan 31, 2014
1 parent 4e9e99d commit 4d64edb
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.2
pkgver=0.3
pkgrel=1
pkgdesc='An interactive shell for git'
arch=('any')
url="http://thoughtbot.github.io/gitsh/"
license=('custom')
depends=('ruby>=2.0')
source=("http://thoughtbot.github.io/gitsh/gitsh-0.2.tar.gz")
sha1sums=('5618056dcf1b9a496a47ca6016f07086fb605a2b')
source=("http://thoughtbot.github.io/gitsh/gitsh-0.3.tar.gz")
sha1sums=('7f3a4e41f8bf20da3c6e7f7309dd1cba902be957')

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

0 comments on commit 4d64edb

Please sign in to comment.