Use python-devel instead of libcrypt-devel.

For packages that need crypt.h by way of python.
This commit is contained in:
Jeremy Drake
2020-08-25 12:22:41 -07:00
parent 27a71bf1c2
commit de4768e57f
11 changed files with 22 additions and 22 deletions

View File

@@ -3,13 +3,13 @@
_realname=patiencediff
pkgname="python-${_realname}"
pkgver=0.2.0
pkgrel=2
pkgrel=3
pkgdesc='Patiencediff Python and C implementations'
arch=('i686' 'x86_64')
url='https://www.breezy-vcs.org/'
license=('GPL2')
depends=('python')
makedepends=('python-setuptools' 'libcrypt-devel')
makedepends=('python-setuptools' 'python-devel')
source=("${_realname}-${pkgver}.tar.gz"::https://github.com/breezy-team/patiencediff/archive/v${pkgver}.tar.gz)
sha256sums=('e32f1104dfa4764563b91fe4787220dabd6251676f2ee8bb89057c863f3020c1')