Package Details: ti-git r153.bfb0a95-3

Git Clone URL: https://aur.archlinux.org/ti-git.git (read-only, click to copy)
Package Base: ti-git
Description: A silly simple time tracker
Upstream URL: https://pypi.org/project/ti/
Licenses: MIT
Conflicts: ti
Provides: ti
Submitter: dbrgn
Maintainer: schlmm
Last Packager: schlmm
Votes: 1
Popularity: 0.000000
First Submitted: 2016-03-02 15:13 (UTC)
Last Updated: 2018-06-25 06:29 (UTC)

Required by (0)

Sources (1)

Latest Comments

schlmm commented on 2018-06-25 06:29 (UTC)

done :)

dbrgn commented on 2018-06-24 21:52 (UTC)

@schlmm: I don't use ti anymore, so I orphaned the package. Feel free to take over :)

schlmm commented on 2018-06-24 19:03 (UTC) (edited on 2018-06-24 19:06 (UTC) by schlmm)

could you change the github source? here is a diff for the PLGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 3c6dcfb..2b75b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Danilo Bargen <aur at="" ch="" dbrgn="" dot="">
 _pkgname=ti
 pkgname=ti-git
-pkgver=r138.daa507a
+pkgver=r153.bfb0a95
 pkgrel=1
 pkgdesc="A simple command line time tracker"
 arch=('any')
@@ -16,7 +16,7 @@ replaces=()
 backup=()
 options=()
 install=
-source=("${pkgname}::git+https://github.com/sharat87/ti")
+source=("${pkgname}::git+https://github.com/tbekolay/ti")
 noextract=()
 md5sums=('SKIP')

@@ -27,11 +27,10 @@ pkgver() {

prepare() { cd "$srcdir/${pkgname%}" - sed -i 's/env python$/env python2/' bin/ti + python setup.py build }

package() { cd "$srcdir/${pkgname%}" - mkdir -p $pkgdir/usr/local/bin - install -m 755 bin/ti $pkgdir/usr/local/bin + python setup.py install --root="$pkgdir/" --optimize=1 --skip-build }

</aur>