Date: Sunday, February 28, 2016 @ 10:45:55 Author: jlichtblau Revision: 163656
googlecode -> github Modified: moc-tray/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-28 09:44:14 UTC (rev 163655) +++ PKGBUILD 2016-02-28 09:45:55 UTC (rev 163656) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Bartlomiej Palmowski (Rotwang), maks1k at wp dot pl pkgname=moc-tray @@ -7,15 +7,15 @@ pkgrel=3 pkgdesc="Simple tray icon for music on console" arch=('any') -url="http://code.google.com/p/moc-tray/" +url="https://github.com/Rotwang/moc-tray" license=('GPL3') depends=('gtk2-perl' 'moc') changelog=$pkgname.changelog source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2) -md5sums=('e8ebc26a326b9498ff025283b032ba98') +sha256sums=('e442e7fc8fed51885177b3421a2710ece3185f168f31ef29b8c56456acfa000e') package() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install }
