summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Dziedzic2012-06-06 16:00:17 +0000
committerEli Schwartz2015-06-09 01:22:15 -0500
commit00a0d0feeca5d6cb2fddbbb2d8c0a0136c71408b (patch)
treeac01f850fc8eb7779ed3385a524ff723ee0aa1df
parent2c5c95431823607b6dcc78070b5e06a43103c72a (diff)
downloadaur-00a0d0feeca5d6cb2fddbbb2d8c0a0136c71408b.tar.gz
upgpkg: git-extras 1.6.0-1
Imported old history from aur-mirror: updated on Wed Jun 6 16:00:16 UTC 2012 filter-branch: add .SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f1b0a7d92a7..010af3a6d492 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.5.1
+ pkgver = 1.6.0
pkgrel = 1
url = http://github.com/visionmedia/git-extras
arch = any
license = custom:MIT
depends = git
depends = bash
- source = git-extras-1.5.1.tar.gz::https://github.com/visionmedia/git-extras/tarball/bbd32d8
- md5sums = e7034197d57f31e9c5d6a081587ec9e1
- sha256sums = 9061144559c4293f1b4a6eabe625e43f119cb17665382388634f210a304e822d
+ source = git-extras-1.6.0.tar.gz::https://github.com/visionmedia/git-extras/tarball/1.6.0
+ md5sums = 7f8e253b4d948e21c877a2f15dd00581
+ sha256sums = b4a1faba328128b2cb04695f10f44728e22e35e0dd2ae43c620944d44f3e0a1e
pkgname = git-extras
diff --git a/PKGBUILD b/PKGBUILD
index 5a44587a37f7..ce49d24cab45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Thomas Jost <schnouki+aur@schnouki.net>
pkgname=git-extras
-pkgver=1.5.1
-_pkgtag=bbd32d8
+pkgver=1.6.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=(any)
url="http://github.com/visionmedia/git-extras"
license=('custom:MIT')
depends=('git' 'bash')
-source=(git-extras-$pkgver.tar.gz::https://github.com/visionmedia/${pkgname}/tarball/${_pkgtag})
-md5sums=('e7034197d57f31e9c5d6a081587ec9e1')
-sha256sums=('9061144559c4293f1b4a6eabe625e43f119cb17665382388634f210a304e822d')
+source=(git-extras-${pkgver}.tar.gz::https://github.com/visionmedia/${pkgname}/tarball/${pkgver})
+md5sums=('7f8e253b4d948e21c877a2f15dd00581')
+sha256sums=('b4a1faba328128b2cb04695f10f44728e22e35e0dd2ae43c620944d44f3e0a1e')
package() {
- cd "$srcdir/visionmedia-$pkgname-$_pkgtag"
+ cd "$srcdir"/visionmedia-"$pkgname"-*
make DESTDIR="$pkgdir" PREFIX="/usr" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"