[arch-commits] Commit in python-unidiff/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Mon Feb 7 02:39:44 UTC 2022


    Date: Monday, February 7, 2022 @ 02:39:43
  Author: yan12125
Revision: 1127398

upgpkg: python-unidiff 0.7.3-1; add link to changelog

Modified:
  python-unidiff/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 02:39:17 UTC (rev 1127397)
+++ PKGBUILD	2022-02-07 02:39:43 UTC (rev 1127398)
@@ -3,7 +3,8 @@
 # Contributor: Adhityaa Chandrasekar <c.adhityaa at gmail.com>
 
 pkgname=python-unidiff
-pkgver=0.7.2
+# https://github.com/matiasb/python-unidiff/blob/master/HISTORY
+pkgver=0.7.3
 pkgrel=1
 pkgdesc='Simple Python library to parse and interact with unified diff data'
 arch=('any')
@@ -12,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-$pkgver.tar.gz")
-sha256sums=('15297652e97870f55136bd3c07c697eaed813b24ca8cec7ae08398b026ff03cc')
+sha256sums=('d5f2e53a9a00db3224a8c36349b5380e0e22d1aec6c694b14fb9483ee93c6205')
 
 build() {
   cd unidiff-$pkgver



More information about the arch-commits mailing list