Use python-devel instead of libcrypt-devel.
For packages that need crypt.h by way of python.
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user