summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2017-11-04 13:45:08 -0400
committerBradford Smith2017-11-04 13:45:08 -0400
commit887196589edcc5bd83564aafb707d14eea0bbd6f (patch)
tree2983ef8311c52e44e1573b278df7bafa98556e0a /PKGBUILD
parent8fe168326efed974165d7b64710e0ae4ecb108df (diff)
downloadaur-887196589edcc5bd83564aafb707d14eea0bbd6f.tar.gz
Update to include bugfix for license directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f80e384f382f..d62b499b9745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=git-summary
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Script to print a summary of git author contributions"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/bradford-smith94/$pkgname"
license=('MIT')
depends=('git')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('e7c35b44adea1b951cabe75a324832518e430593d0f7e8bf5e3ceba3924079b6')
+sha256sums=('883bdf17bc9b76db9d6b083e7bfca24fa8dfc1194646def62377016f4c26fea5')
package() {
cd "$srcdir/$pkgname-$pkgver"