summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2014-08-24 00:02:20 +0000
committerEli Schwartz2015-06-09 01:22:16 -0500
commit772b932143a5bbc4fdf2114b2c196214f2e5772b (patch)
treec9b86808b63aaa070651a9acebd6c395dbfc2fd2
parent11580c55a6d1e474bc8ca00cb9f4283ffad4ed3d (diff)
downloadaur-772b932143a5bbc4fdf2114b2c196214f2e5772b.tar.gz
upgpkg: git-extras 1.9.1-1
Imported old history from aur-mirror: updated on Sun Aug 24 00:02:19 UTC 2014 filter-branch: add .SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e0792c757bc..7d9b5f982809 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = git-extras
pkgdesc = GIT utilities -- repo summary, commit counting, repl, changelog population and more
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = http://github.com/visionmedia/git-extras
arch = any
license = custom:MIT
depends = git
depends = bash
- source = https://github.com/visionmedia/git-extras/archive/1.9.0.tar.gz
- md5sums = 7ac28233dad49bfc646cffc406d977f6
- sha256sums = 53c4f9998222937fec07cc02dad1d7b87f8dc10b22d84698702fd96c4729a755
+ source = https://github.com/visionmedia/git-extras/archive/1.9.1.tar.gz
+ md5sums = adf086d3d5319dca9954a6cb66a0f2aa
+ sha256sums = 236a9103b84b7b1701fcb72d6056041745b8e8726481f73703d17293196ec64c
pkgname = git-extras
diff --git a/PKGBUILD b/PKGBUILD
index 606b5ee4a2dd..aceca50a20ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Tatschner <stefan.tatschner@gmail.com>
pkgname=git-extras
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=(any)
@@ -8,8 +8,8 @@ url="http://github.com/visionmedia/git-extras"
license=('custom:MIT')
depends=('git' 'bash')
source="https://github.com/visionmedia/${pkgname}/archive/${pkgver}.tar.gz"
-md5sums=('7ac28233dad49bfc646cffc406d977f6')
-sha256sums=('53c4f9998222937fec07cc02dad1d7b87f8dc10b22d84698702fd96c4729a755')
+md5sums=('adf086d3d5319dca9954a6cb66a0f2aa')
+sha256sums=('236a9103b84b7b1701fcb72d6056041745b8e8726481f73703d17293196ec64c')
package() {
cd "$srcdir/$pkgname-$pkgver"