[arch-commits] Commit in python-pygit2/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sun Mar 22 15:28:14 UTC 2020
Date: Sunday, March 22, 2020 @ 15:28:14
Author: lfleischer
Revision: 603516
upgpkg: python-pygit2 1.1.1-2: add missing dependency (fixes FS#65930)
Modified:
python-pygit2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 14:54:49 UTC (rev 603515)
+++ PKGBUILD 2020-03-22 15:28:14 UTC (rev 603516)
@@ -4,12 +4,12 @@
pkgname=python-pygit2
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python bindings for libgit2'
arch=('x86_64')
url="https://github.com/libgit2/pygit2"
license=('GPL2')
-depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six')
+depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 'python-cached-property')
makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
checkdepends=('python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
More information about the arch-commits
mailing list