Date: Sunday, January 12, 2014 @ 00:22:11 Author: bgyorgy Revision: 103827
upgpkg: hamster-time-tracker 1.04-1 Update to version 1.04 Modified: hamster-time-tracker/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-11 21:56:33 UTC (rev 103826) +++ PKGBUILD 2014-01-11 23:22:11 UTC (rev 103827) @@ -4,7 +4,7 @@ # Contributor: Georg Vogetseder <[email protected]> pkgname=hamster-time-tracker -pkgver=1.03.3 +pkgver=1.04 pkgrel=1 pkgdesc="Time tracking application that helps you to keep track on how much time you have spent during the day on activities you choose to track" arch=('any') @@ -17,7 +17,7 @@ replaces=('hamster-applet') install=$pkgname.install source=(https://github.com/projecthamster/hamster/archive/$pkgname-$pkgver.tar.gz) -sha256sums=('b98520bee8871f6d5944ba0ab8e71b834fd4f189b5d9f07838f22bb938227214') +sha256sums=('ab38601d66494c8e1c30d9a3f5ce588248efffd0870dba693bb80a108222ded7') prepare() { cd "$srcdir/hamster-$pkgname-$pkgver" @@ -24,6 +24,9 @@ # Python2 fix find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + + # Fix version number + sed -i '/VERSION/ s/1.03.3/1.04/' wscript } build() {
