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

Kyle Keen kkeen at archlinux.org
Mon Apr 12 23:04:50 UTC 2021


    Date: Monday, April 12, 2021 @ 23:04:50
  Author: kkeen
Revision: 916103

upgpkg: dwdiff 2.1.4-1

Modified:
  dwdiff/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-12 22:59:41 UTC (rev 916102)
+++ PKGBUILD	2021-04-12 23:04:50 UTC (rev 916103)
@@ -2,8 +2,8 @@
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=dwdiff
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.1.4
+pkgrel=1
 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
 arch=('x86_64')
 url="https://os.ghalkes.nl/dwdiff.html"
@@ -11,12 +11,12 @@
 license=('GPL')
 source=("https://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2"
         icu68.patch)
-sha256sums=('211ddbfaa2e6fcc85d5c88b5141c62a22a13ed0fecffc22fe6dded07e4cf2382'
+sha256sums=('df16fec44dcb467d65a4246a43628f93741996c1773e930b90c6dde22dd58e0a'
             'b4248cedec5eec8ff280244e41c3450d302a47e50ec126b4dfdd91d7131dd941')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np0 -i ../icu68.patch
+  #patch -Np0 -i ../icu68.patch
 }
 
 build() {



More information about the arch-commits mailing list