[arch-commits] Commit in dwdiff/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sat Dec 15 00:55:25 UTC 2018


    Date: Saturday, December 15, 2018 @ 00:55:25
  Author: kkeen
Revision: 416312

archrelease: copy trunk to community-x86_64

Added:
  dwdiff/repos/community-x86_64/PKGBUILD
    (from rev 416311, dwdiff/trunk/PKGBUILD)
Deleted:
  dwdiff/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-15 00:55:10 UTC (rev 416311)
+++ PKGBUILD	2018-12-15 00:55:25 UTC (rev 416312)
@@ -1,23 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=dwdiff
-pkgver=2.1.1
-pkgrel=5
-pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
-arch=('x86_64')
-url="http://os.ghalkes.nl/dwdiff.html"
-depends=('diffutils' 'icu')
-license=('GPL')
-source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
-sha256sums=('9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --without-dwfilter
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="$pkgdir"/usr install
-}

Copied: dwdiff/repos/community-x86_64/PKGBUILD (from rev 416311, dwdiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-15 00:55:25 UTC (rev 416312)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=dwdiff
+pkgver=2.1.2
+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="http://os.ghalkes.nl/dwdiff.html"
+depends=('diffutils' 'icu')
+license=('GPL')
+source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
+sha256sums=('3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}



More information about the arch-commits mailing list