diff options
Diffstat (limited to 'pcr/python-unidiff/PKGBUILD')
-rw-r--r-- | pcr/python-unidiff/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/python-unidiff/PKGBUILD b/pcr/python-unidiff/PKGBUILD index b52937fd0..d2b75c534 100644 --- a/pcr/python-unidiff/PKGBUILD +++ b/pcr/python-unidiff/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697 +# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> _pkgname=unidiff pkgname=python-$_pkgname -pkgver=0.5.2 -pkgrel=2 +pkgver=0.5.4 +pkgrel=1 pkgdesc="Simple Python library to parse and interact with unified diff data." arch=('any') url="https://github.com/matiasb/python-unidiff" @@ -11,8 +12,8 @@ license=('MIT') depends=('python') makedepends=('python-setuptools') source=("https://github.com/matiasb/python-unidiff/archive/v$pkgver.tar.gz") -sha512sums=('ee1258734229f3f2db21edccf0d8d4257875e7a97237883bb8169fb3deda340acceee434785f761dcca720ff68a544b55f09c17a0197a3b0c8ac52eb4b46a946') -whirlpoolsums=('2057df384b8de4de5eec01a6150215fc9a53d08bc82b15eccecdb13fb73bd24d7a03af03bf0ef67922a47f8dc3c2f83f4d1227bc09b95eb0884acb8170cc3000') +sha512sums=('c597795d77166dfd788cbe30d7b12c7b37d2e2bd0f078a22ff5f95f067e3060f70727c87262af688860bb2fa6303b67ac149c4c2eff418168e084056ff53cd2e') +whirlpoolsums=('7b014e304fab86c79143c6f591c5ee7ac304fd48a66abbc7f5203d03ab7513657477bcd8c6a272a8406f2e2ebcc177ecbc23e3a10edd55d5bba9aa491e7fd54d') package() { cd "$srcdir/$pkgname-$pkgver" |