mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 11:49:13 +01:00
stratagus-bzr, wargus-bzr: Add bzr to makedepends.
This commit is contained in:
parent
2b2455a802
commit
e71beee742
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,11 +1,12 @@
|
|||
pkgbase = wargus-bzr
|
||||
pkgdesc = Warcraft 2 Mod that allows you to play Warcraft2 with the Stratagus engine
|
||||
pkgver = r1757
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://launchpad.net/wargus
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = bzr
|
||||
depends = stratagus-bzr
|
||||
depends = ffmpeg2theora
|
||||
depends = cdparanoia
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -4,11 +4,12 @@
|
|||
_pkgname=wargus
|
||||
pkgname=$_pkgname-bzr
|
||||
pkgver=r1757
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Warcraft 2 Mod that allows you to play Warcraft2 with the Stratagus engine"
|
||||
arch=("i686" "x86_64")
|
||||
url="https://launchpad.net/wargus"
|
||||
license=('GPL')
|
||||
makedepends=('bzr')
|
||||
depends=('stratagus-bzr' 'ffmpeg2theora' 'cdparanoia' 'timidity++' 'gtk2' )
|
||||
conflicts=$_pkgname
|
||||
provides=$_pkgname
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue