summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ded0fabe09b..1a8798f0bf0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = git-toolbelt
pkgdesc = A suite of useful Git commands that aid with scripting or every day command line usage
- pkgver = 1.5.1
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/nvie/git-toolbelt
arch = any
license = BSD
- source = git-toolbelt-1.5.1.zip::https://github.com/nvie/git-toolbelt/archive/v1.5.1.tar.gz
- sha256sums = 0fe8551fe5f9c05aaa566aba6f94667240cb0f6221a3c8d0d8cccff31244b1a8
+ depends = coreutils>=2.9
+ depends = git
+ source = git-toolbelt-1.9.0.zip::https://github.com/nvie/git-toolbelt/archive/v1.9.0.tar.gz
+ sha256sums = 50f743ddefbc8d015880d6476e00f7fc319a909ff4beb69dd8d777fc8277e085
pkgname = git-toolbelt
-
diff --git a/PKGBUILD b/PKGBUILD
index 20d491f4e9c8..7b8f409b9b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,19 @@
+# Maintainer: Jörn Hofmann <joernhofmann@web.de>
+# Contributor: Radoslaw Mejer <radmen@radmen.info>
+
pkgname="git-toolbelt"
-pkgver=1.5.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="A suite of useful Git commands that aid with scripting or every day command line usage"
arch=(any)
license=('BSD')
url="https://github.com/nvie/git-toolbelt"
+depends=('coreutils>=2.9' 'git')
source=(
"git-toolbelt-$pkgver.zip::https://github.com/nvie/git-toolbelt/archive/v$pkgver.tar.gz"
)
sha256sums=(
- "0fe8551fe5f9c05aaa566aba6f94667240cb0f6221a3c8d0d8cccff31244b1a8"
+ "50f743ddefbc8d015880d6476e00f7fc319a909ff4beb69dd8d777fc8277e085"
)
package() {