summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2014-03-07 01:21:06 +0000
committerKyle Keen2014-03-07 01:21:06 +0000
commit0bb203ae10fbac6165c841bf634e2c46d9ea63d4 (patch)
treef00e9c6bd4555a2c61cc8f8e26da15d5dbef35a9 /PKGBUILD
parent8fa926d782f61ffe599ca3595639cf4db8c00d3b (diff)
downloadaur-0bb203ae10fbac6165c841bf634e2c46d9ea63d4.tar.gz
updated on Fri Mar 7 01:20:37 UTC 2014
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b399be45671..7643b0cca8ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,16 @@
pkgname=gtimelog
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
url='http://mg.pov.lt/gtimelog/'
license=('GPL')
-depends=('python2' 'python2-gobject' 'python2-setuptools')
+depends=('python' 'python-gobject' 'python-setuptools')
source=(http://pypi.python.org/packages/source/g/$pkgname/$pkgname-${pkgver}.tar.gz)
md5sums=('5e95d0e968ad24778e0ae9fee748d73f')
package() {
cd $pkgname-$pkgver
python2 setup.py install --root="$pkgdir"
-
- sed -i 's/env python/env python2/g' \
- "$pkgdir"/usr/lib/python2.7/site-packages/gtimelog/main.py
}