Date: Tuesday, June 14, 2022 @ 16:29:51
  Author: arojas
Revision: 448636

Add fastbencode dependency (FS#75064)

Modified:
  breezy/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-14 16:21:24 UTC (rev 448635)
+++ PKGBUILD    2022-06-14 16:29:51 UTC (rev 448636)
@@ -3,7 +3,7 @@
 
 pkgname=breezy
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
 arch=(x86_64)
 url=https://www.breezy-vcs.org/
@@ -10,6 +10,7 @@
 license=(GPL2)
 depends=(
   python-configobj
+  python-fastbencode
   python-patiencediff
   python-six
 )

Reply via email to