summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeaae009717c..b28896828812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-git-up
pkgname=('python-git-up' 'python2-git-up')
-pkgver=1.4.0
+pkgver=1.4.5
pkgrel=1
pkgdesc="A python implementation of git up"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python-termcolor' 'python-colorama' 'python-docopt' 'python-git'
'python2-setuptools' 'python2-termcolor' 'python2-colorama' 'python2-docopt' 'python2-git')
source=($pkgname-$pkgver.tar.gz::https://github.com/msiemens/PyGitUp/archive/v$pkgver.tar.gz)
-sha256sums=('d5848f89fcf7caaefe72f3d27c1e7bf557d19c89d87448688b83435a03b3f2a2')
+sha256sums=('ea64e8e5270171b31294d98d374b44fb3035108b8d5f72743a87f50f77bdfcdf')
package_python-git-up() {
depends=('python-termcolor' 'python-colorama' 'python-docopt' 'python-git')