Skip to content

Commit

Permalink
Arch package for version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Mar 8, 2014
1 parent b89e736 commit 99f290e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.4
pkgver=0.5
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.4.tar.gz")
sha1sums=('bf4b7005daa23095285e32347064b69db5573d28')
depends=('ruby>=1.9.3')
source=("http://thoughtbot.github.io/gitsh/gitsh-0.5.tar.gz")
sha1sums=('1221ab0c0eeaed7544abf91f9a9851f477b00bea')

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

0 comments on commit 99f290e

Please sign in to comment.