[arch-commits] Commit in xdelta3/repos/community-x86_64 (PKGBUILD PKGBUILD public.key)

2018-06-04 Thread Alexander Rødseth via arch-commits
Date: Monday, June 4, 2018 @ 19:45:08
  Author: arodseth
Revision: 340446

archrelease: copy trunk to community-x86_64

Added:
  xdelta3/repos/community-x86_64/PKGBUILD
(from rev 340445, xdelta3/trunk/PKGBUILD)
Deleted:
  xdelta3/repos/community-x86_64/PKGBUILD
  xdelta3/repos/community-x86_64/public.key

--+
 PKGBUILD |   73 +
 1 file changed, 35 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 19:44:01 UTC (rev 340445)
+++ PKGBUILD2018-06-04 19:45:08 UTC (rev 340446)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Eduard "bekks" Warkentin 
-# Contributor: Henning Garus 
-
-pkgname=xdelta3
-pkgver=3.0.11
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sign})
-sha1sums=('3758290f34f33d8c56d1d4ef033044effb317c39'
-  'SKIP')
-validpgpkeys=('B56315DB06EC0C6FAC7C60E22B9ED4DF0ABFB111')
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  ./$pkgname test
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: github.com/jmacd/xdelta
-# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-x86_64/PKGBUILD (from rev 340445, 
xdelta3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 19:45:08 UTC (rev 340446)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Eduard "bekks" Warkentin 
+# Contributor: Henning Garus 
+
+pkgname=xdelta3
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Diff utility which works with binary files'
+arch=('x86_64')
+url='http://xdelta.org/'
+license=('GPL')
+source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('114543336ab6cee3764e3c03202701ef79d7e5e8e4863fe64811e4d9e61884dc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  ./$pkgname test
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C "$pkgname-$pkgver" install
+}
+
+# getver: github.com/jmacd/xdelta
+# vim: ts=2 sw=2 et:

Deleted: public.key
===
(Binary files differ)


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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Thursday, May 16, 2013 @ 21:50:32
  Author: bpiotrowski
Revision: 90967

archrelease: copy trunk to community-x86_64

Added:
  xdelta3/repos/community-x86_64/PKGBUILD
(from rev 90966, xdelta3/trunk/PKGBUILD)
Deleted:
  xdelta3/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-16 19:50:11 UTC (rev 90966)
+++ PKGBUILD2013-05-16 19:50:32 UTC (rev 90967)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Eduard "bekks" Warkentin 
-# Contributor: Henning Garus 
-
-pkgname=xdelta3
-pkgver=3.0.6
-pkgrel=1
-pkgdesc="A diff utility which works with binary files"
-arch=('i686' 'x86_64')
-url="http://xdelta.org/";
-license=('GPL')
-depends=('xz')
-source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('652048ab4a7e5f927bce045228a17b31')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./xdelta3 test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xdelta3/repos/community-x86_64/PKGBUILD (from rev 90966, 
xdelta3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-16 19:50:32 UTC (rev 90967)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eduard "bekks" Warkentin 
+# Contributor: Henning Garus 
+
+pkgname=xdelta3
+pkgver=3.0.7
+pkgrel=1
+pkgdesc="Diff utility which works with binary files"
+arch=('i686' 'x86_64')
+url="http://xdelta.org/";
+license=('GPL')
+depends=('xz')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('ef6631e4f9219a80bcb9e3020962b6ec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  ./xdelta3 test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}