mxmehl [1] filed a orphan request for gtimelog [2]:

Package is out-of-date since at least March. Here's an updated
PKGBUILD which should just work fine. I wasn't able to contact Freso
unfortunately...

# Maintainer: Frederik “Freso” S. Olesen <[email protected]>
# Contributor: Bartłomiej Piotrowski <[email protected]>

pkgname=gtimelog
pkgver=0.11
pkgrel=1
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
url='https://gtimelog.org/'
license=('GPL')
depends=('python' 'python-gobject' 'python-setuptools')
source=("https://github.com/gtimelog/$pkgname/archive/${pkgver}.tar.gz";)
md5sums=('b160ab912900ad7f1950ac59deeb0e2c')

package() {
  cd "$pkgname-$pkgver"
  python setup.py install --root="$pkgdir" --optimize=1
}

[1] https://aur.archlinux.org/account/mxmehl/
[2] https://aur.archlinux.org/pkgbase/gtimelog/

Reply via email to