diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-08 14:11:05 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-08 14:11:57 -0300 |
commit | f40c2ce250eae1c4d531b72eaa3f722c2be2c23d (patch) | |
tree | 454cacb146f00e85f46c7b429b7030aacb3ce2df /pcr | |
parent | c19020b2b85984f922eae0a226731f4fac4f213b (diff) | |
download | abslibre-f40c2ce250eae1c4d531b72eaa3f722c2be2c23d.tar.gz abslibre-f40c2ce250eae1c4d531b72eaa3f722c2be2c23d.tar.bz2 abslibre-f40c2ce250eae1c4d531b72eaa3f722c2be2c23d.zip |
python-unidiff-0.5.2-2: add python-setuptools to makedepends
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python-unidiff/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/python-unidiff/PKGBUILD b/pcr/python-unidiff/PKGBUILD index aa66f316e..b52937fd0 100644 --- a/pcr/python-unidiff/PKGBUILD +++ b/pcr/python-unidiff/PKGBUILD @@ -3,12 +3,13 @@ _pkgname=unidiff pkgname=python-$_pkgname pkgver=0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Simple Python library to parse and interact with unified diff data." arch=('any') url="https://github.com/matiasb/python-unidiff" license=('MIT') depends=('python') +makedepends=('python-setuptools') source=("https://github.com/matiasb/python-unidiff/archive/v$pkgver.tar.gz") sha512sums=('ee1258734229f3f2db21edccf0d8d4257875e7a97237883bb8169fb3deda340acceee434785f761dcca720ff68a544b55f09c17a0197a3b0c8ac52eb4b46a946') whirlpoolsums=('2057df384b8de4de5eec01a6150215fc9a53d08bc82b15eccecdb13fb73bd24d7a03af03bf0ef67922a47f8dc3c2f83f4d1227bc09b95eb0884acb8170cc3000') |