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 953ec452d12b..838448fe6451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ryder McMinn <mcminnra at gmail dot com>
pkgname=bodylogger
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc="
Maintains a database of body weight measurements while giving stats and predictions based on trends."
@@ -10,7 +10,7 @@ arch=('any')
license=('MIT')
depends=('python' 'python-pip' 'tk' 'python-setuptools')
makedepends=('git')
-source=(git://github.com/rmcminn/bodylogger.git)
+source=('bodylogger::git+https://github.com/rmcminn/bodylogger#branch=master')
md5sums=('SKIP')
build() {