This commit is contained in:
arcan1s 2014-06-15 16:38:35 +04:00
parent 8b25baf532
commit e862824a97

View File

@ -3,13 +3,13 @@
pkgname=git-etc
pkgver=2.3.1
pkgrel=1
pkgrel=2
pkgdesc="Simple daemon for monitoring changes in files"
arch=('i686' 'x86_64')
arch=('any')
url="http://arcan1s.github.io/projects/git-etc"
license=("GPLv3")
license=("GPL3")
depends=('git')
makedeps=('python2')
makedepends=('python2')
optdepends=('python2-pyqt4: for GUI'
'xterm: for GUI')
source=(https://github.com/arcan1s/git-etc/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz)