summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750325f65591..1a8798f0bf0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = git-toolbelt
pkgdesc = A suite of useful Git commands that aid with scripting or every day command line usage
- pkgver = 1.7.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/nvie/git-toolbelt
arch = any
license = BSD
- source = git-toolbelt-1.7.0.zip::https://github.com/nvie/git-toolbelt/archive/v1.7.0.tar.gz
- sha256sums = ea17c85a2494c98daf56c517c3dfcfb288a726ce867120ffb52befb22d42f2c5
+ 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 50adba8369c8..7b8f409b9b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# Contributor: Radoslaw Mejer <radmen@radmen.info>
pkgname="git-toolbelt"
-pkgver=1.7.0
+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=(
- "ea17c85a2494c98daf56c517c3dfcfb288a726ce867120ffb52befb22d42f2c5"
+ "50f743ddefbc8d015880d6476e00f7fc319a909ff4beb69dd8d777fc8277e085"
)
package() {