Updated links to homepage

This commit is contained in:
arcan1s
2014-01-12 23:44:23 +04:00
parent b4aa135600
commit 763670a2a1
3 changed files with 13 additions and 16 deletions

View File

@ -6,9 +6,9 @@ pkgver=2.3.0
pkgrel=1
pkgdesc="Simple daemon for monitoring changes in files"
arch=('i686' 'x86_64')
url="https://github.com/arcan1s/git-etc"
url="http://arcan1s.github.io/projects/git-etc"
license=("GPLv3")
depends=('bash' 'git')
depends=('git')
makedeps=('python2')
optdepends=('python2-pyqt4: for GUI'
'xterm: for GUI')
@ -16,7 +16,6 @@ source=(https://github.com/arcan1s/git-etc/releases/download/V.${pkgver}/${pkgna
md5sums=('b889107af9871d73830e72524ef20ec9')
backup=('etc/git-etc.conf')
package()
{
package() {
"${srcdir}/${pkgname}/install.sh" "${pkgdir}"
}