*** PKGBUILD 2009-04-08 15:09:20.000000000 -0500 --- PKGBUILD.OK 2011-08-17 09:02:35.167322235 -0500 *************** *** 1,12 **** # Contributor: Daenyth pkgname=github-notifier-git ! pkgver=20090408 pkgrel=1 pkgdesc="Github updates notifier for Linux." arch=(any) url="http://github.com/abiczo/github-notifier" license=(unknown) ! depends=(python-feedparser python-simplejson pygtk setuptools python-notify) makedepends=(git) source=() md5sums=() #generate with 'makepkg -g' --- 1,12 ---- # Contributor: Daenyth pkgname=github-notifier-git ! pkgver=20110817 pkgrel=1 pkgdesc="Github updates notifier for Linux." arch=(any) url="http://github.com/abiczo/github-notifier" license=(unknown) ! depends=(python-feedparser python-simplejson pygtk setuptools python-notify python2-feedparser) makedepends=(git) source=() md5sums=() #generate with 'makepkg -g' *************** *** 36,42 **** # BUILD HERE # ! python setup.py install --root="$pkgdir" #install -Dm755 githubnotifier.py "$pkgdir/usr/bin/githubnotifier" } --- 36,42 ---- # BUILD HERE # ! python2 setup.py install --root="$pkgdir" #install -Dm755 githubnotifier.py "$pkgdir/usr/bin/githubnotifier" }