summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyder McMinn2018-01-19 15:54:49 -0500
committerRyder McMinn2018-01-19 15:54:49 -0500
commit94f740ef3ca2df994ba86b369df90c27107e1e03 (patch)
treefe0bcdb847e5775ce9fc6eb162b93060113654a7 /PKGBUILD
parent576169d6056fa0c9af72059dae3f4b6e2408c923 (diff)
downloadaur-bodylogger.tar.gz
0.8.0
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() {