diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index 13584015..617113ae 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -3,13 +3,13 @@ _realname=dulwich pkgname="python-${_realname}" pkgver=0.20.14 -pkgrel=3 +pkgrel=4 pkgdesc='Pure-Python implementation of the Git file formats and protocols' arch=('any') url='https://www.dulwich.io' license=('GPL') depends=('python') -makedepends=('python-setuptools' 'python-devel') +makedepends=('python-setuptools' 'python-devel' 'gcc') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") sha256sums=('21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d')