summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-01-26 18:51:17 -0500
committerEli Schwartz2016-01-26 18:51:17 -0500
commite3ed6d38bac94a7d96963071730f014c0a655d16 (patch)
tree28de6ef23566e6516e6206452033f5c6c1f568d9
parent691627be62c5d15af1bc286e3d4697ab9b4d88fe (diff)
downloadaur-e3ed6d38bac94a7d96963071730f014c0a655d16.tar.gz
upgpkg: git-extras 4.1.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 069237a69f14..248915e8a6f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-extras
pkgdesc = GIT utilities -- repo summary, commit counting, repl, changelog population and more
- pkgver = 4.0.0
- pkgrel = 2
+ pkgver = 4.1.0
+ pkgrel = 1
url = https://github.com/tj/git-extras
arch = any
license = custom:MIT
depends = git
- source = https://github.com/tj/git-extras/archive/4.0.0.tar.gz
- sha256sums = 4adaadc1f22f3240ae9607963ede29a5c010ae14b877b90c27d17d6b0c06f430
+ source = https://github.com/tj/git-extras/archive/4.1.0.tar.gz
+ sha256sums = d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85
pkgname = git-extras
diff --git a/PKGBUILD b/PKGBUILD
index 380619ce737c..28ba231aa267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Stefan Tatschner <stefan.tatschner@gmail.com>
pkgname=git-extras
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=(any)
url="https://github.com/tj/git-extras"
license=('custom:MIT')
depends=('git')
source="https://github.com/tj/${pkgname}/archive/${pkgver}.tar.gz"
-sha256sums=('4adaadc1f22f3240ae9607963ede29a5c010ae14b877b90c27d17d6b0c06f430')
+sha256sums=('d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85')
package() {
cd "$srcdir/$pkgname-$pkgver"