Add git and rsync depends to communitytags

This commit is contained in:
Ian D. Scott 2015-01-28 17:10:54 -08:00
parent de9c71d87f
commit fffd2e218b
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = communitytags-git
pkgdesc = Community provided tags for packages.
pkgver = r39.cf8b6b1
pkgver = r61.a83fb00
pkgrel = 1
url = https://github.com/ids1024/archcommunitytags-tools
arch = any
@ -9,6 +9,8 @@ pkgbase = communitytags-git
depends = python
depends = pyalpm
depends = python-pyparsing
depends = git
depends = rsync
source = git://github.com/ids1024/archcommunitytags-tools.git
md5sums = SKIP

View file

@ -1,13 +1,13 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
pkgname=communitytags-git
pkgver=r39.cf8b6b1
pkgver=r61.a83fb00
pkgrel=1
pkgdesc="Community provided tags for packages."
arch=('any')
url="https://github.com/ids1024/archcommunitytags-tools"
license=('GPL')
makedepends=('git')
depends=('python' 'pyalpm' 'python-pyparsing')
depends=('python' 'pyalpm' 'python-pyparsing' 'git' 'rsync')
source=('git://github.com/ids1024/archcommunitytags-tools.git')
md5sums=('SKIP')
_gitname="archcommunitytags-tools"