[arch-commits] Commit in dwdiff/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Tue May 2 09:44:31 UTC 2017
Date: Tuesday, May 2, 2017 @ 09:44:30
Author: spupykin
Revision: 226543
archrelease: copy trunk to community-i686, community-x86_64
Added:
dwdiff/repos/community-i686/PKGBUILD
(from rev 226542, dwdiff/trunk/PKGBUILD)
dwdiff/repos/community-x86_64/PKGBUILD
(from rev 226542, dwdiff/trunk/PKGBUILD)
Deleted:
dwdiff/repos/community-i686/PKGBUILD
dwdiff/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 24 ----------------------
community-x86_64/PKGBUILD | 24 ----------------------
3 files changed, 48 insertions(+), 48 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-05-02 09:44:12 UTC (rev 226542)
+++ community-i686/PKGBUILD 2017-05-02 09:44:30 UTC (rev 226543)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=dwdiff
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
-arch=('i686' '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=('45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a')
-
-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-i686/PKGBUILD (from rev 226542, dwdiff/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-02 09:44:30 UTC (rev 226543)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=dwdiff
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
+arch=('i686' '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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-05-02 09:44:12 UTC (rev 226542)
+++ community-x86_64/PKGBUILD 2017-05-02 09:44:30 UTC (rev 226543)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=dwdiff
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
-arch=('i686' '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=('45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a')
-
-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 226542, dwdiff/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-05-02 09:44:30 UTC (rev 226543)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=dwdiff
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
+arch=('i686' '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
+}
More information about the arch-commits
mailing list