summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff85dee42721..8af58e6b1537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitsh
pkgdesc = An interactive shell for git
pkgver = 0.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/thoughtbot/gitsh
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 27d0eb741205..21b344899c28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pat Brisbin <pbrisbin@gmail.com>
pkgname='gitsh'
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc='An interactive shell for git'
arch=('i686' 'x86_64')
url="https://github.com/thoughtbot/gitsh"