[arch-commits] Commit in xdelta3/trunk (PKGBUILD public.key)

Jan Steffens heftig at archlinux.org
Thu Jul 23 09:03:21 UTC 2015


    Date: Thursday, July 23, 2015 @ 11:03:21
  Author: heftig
Revision: 137304

3.0.10

Added:
  xdelta3/trunk/public.key
Modified:
  xdelta3/trunk/PKGBUILD

------------+
 PKGBUILD   |   24 +++++++++++-------------
 public.key |    1 +
 2 files changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-23 08:32:43 UTC (rev 137303)
+++ PKGBUILD	2015-07-23 09:03:21 UTC (rev 137304)
@@ -5,7 +5,7 @@
 # Contributor: Henning Garus <henning.garus at gmail.com>
 
 pkgname=xdelta3
-pkgver=3.0.9
+pkgver=3.0.10
 pkgrel=1
 pkgdesc='Diff utility which works with binary files'
 arch=('x86_64' 'i686')
@@ -12,19 +12,11 @@
 url='http://xdelta.org/'
 license=('GPL')
 depends=('xz')
-source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
+source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha1sums=('f11894d22b1577a1fb27e72299e613134e923aa3'
+          'SKIP')
+validpgpkeys=('B56315DB06EC0C6FAC7C60E22B9ED4DF0ABFB111')
 
-# Check fails, but upstream says the failure is harmless:
-# https://github.com/jmacd/xdelta/issues/194
-# Disabling the check, for now.
-#
-#check() {
-#  cd "$pkgname-$pkgver"
-#
-#  ./$pkgname test
-#}
-
 build() {
   cd "$pkgname-$pkgver"
   
@@ -32,6 +24,12 @@
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+
+  ./$pkgname test
+}
+
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }

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

Index: xdelta3/trunk/public.key
===================================================================
--- public.key	2015-07-23 08:32:43 UTC (rev 137303)
+++ public.key	2015-07-23 09:03:21 UTC (rev 137304)

Property changes on: xdelta3/trunk/public.key
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property



More information about the arch-commits mailing list