summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-10-09 01:54:22 -0400
committerEli Schwartz2016-10-09 01:54:22 -0400
commit1402381cae4cefec9027bb27cb0f500a117609ee (patch)
tree20dfcfa51a25552865ca44d3c9200e40eeb46e2e
parent57fb5b55050e2b138d1a5942eddf492bca8db0c4 (diff)
downloadaur-1402381cae4cefec9027bb27cb0f500a117609ee.tar.gz
upgpkg: git-extras 4.2.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248915e8a6f8..de6bd05a1cfe 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.1.0
+ pkgver = 4.2.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.1.0.tar.gz
- sha256sums = d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85
+ source = git-extras-4.2.0.tar.gz::https://github.com/tj/git-extras/archive/4.2.0.tar.gz
+ sha256sums = 53668af26c58e7866addbd2b14b29f63ee39029bdcee5f48957c4a958bdb225f
pkgname = git-extras
diff --git a/PKGBUILD b/PKGBUILD
index 24af6b132c76..fbc72da61d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Eli Schwartz <eschwartz93@gmail.com>
# Contributor: Stefan Tatschner <stefan.tatschner@gmail.com>
+# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
+
pkgname=git-extras
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=(any)
-url="https://github.com/tj/git-extras"
+url="https://github.com/tj/${pkgname}"
license=('custom:MIT')
depends=('git')
-source=("https://github.com/tj/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('53668af26c58e7866addbd2b14b29f63ee39029bdcee5f48957c4a958bdb225f')
package() {
cd "$srcdir/$pkgname-$pkgver"