Skip to content

Commit

Permalink
Arch package for version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Feb 8, 2014
1 parent 5598e51 commit dfe98c3
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.3
pkgver=0.4
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.3.tar.gz")
sha1sums=('7f3a4e41f8bf20da3c6e7f7309dd1cba902be957')
source=("http://thoughtbot.github.io/gitsh/gitsh-0.4.tar.gz")
sha1sums=('bf4b7005daa23095285e32347064b69db5573d28')

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

0 comments on commit dfe98c3

Please sign in to comment.