mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 10:42:23 +01:00
Add git and rsync depends to communitytags
This commit is contained in:
parent
de9c71d87f
commit
fffd2e218b
2 changed files with 5 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue