summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Sarawinski2020-02-07 15:35:39 +0100
committerTimo Sarawinski2020-02-07 15:35:39 +0100
commitebdb350444499a0860d773ecc1ba906c4c14cfaf (patch)
treeaf961026df73a729c584b500cd7c26890d339e5c /PKGBUILD
parent3d12b862dd55badc2ca0abce3cb0f94fb87b57c6 (diff)
downloadaur-bzr-bzr.tar.gz
fixed deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dda9ce2b0e7d..f1066a966b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer:Stefan Husmann <stefan-husmann@t-online.de>
+# Maintainer:Timo Sarawinski <timo@it-kraut.net>
pkgname=bzr-bzr
pkgver=2.8.0.6622
-pkgrel=2
+pkgrel=3
pkgdesc="A decentralized revision control system (bazaar) from launchpad"
arch=('i686' 'x86_64')
url="https://bazaar.canonical.com/"
license=('GPL')
depends=('python2')
optdepends=('python2-paramiko: SFTP support')
-makedepends=('bzr' 'pyrex')
+makedepends=('bzr' 'cython2')
provides=('bzr')
conflicts=('bzr')
source=('bazaar-2.8::bzr+https+urllib://code.launchpad.net/~bzr-pqm/bzr/bzr.dev/')