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

Maxime Gauduin alucryd at archlinux.org
Thu May 6 09:19:52 UTC 2021


    Date: Thursday, May 6, 2021 @ 09:19:52
  Author: alucryd
Revision: 414490

upgpkg: python-patiencediff 0.2.2-1

Modified:
  python-patiencediff/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 09:17:57 UTC (rev 414489)
+++ PKGBUILD	2021-05-06 09:19:52 UTC (rev 414490)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-patiencediff
-pkgver=0.2.1
-pkgrel=3
+pkgver=0.2.2
+pkgrel=1
 pkgdesc='Patiencediff Python and C implementations'
 arch=(x86_64)
 url=https://www.breezy-vcs.org/
@@ -12,25 +12,22 @@
   git
   python-setuptools
 )
-_tag=1d2e7e8dd572115f59cb6ca2b791bc53ee53ece7
+_tag=e287b9397072399b3c8c902a660c71e17e2c2325
 source=(git+https://github.com/breezy-team/patiencediff.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
   cd patiencediff
-
   git describe --tags | sed 's/^v//'
 }
 
 build() {
   cd patiencediff
-
   python setup.py build
 }
 
 package() {
   cd patiencediff
-
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
 



More information about the arch-commits mailing list