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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 4 19:44:01 UTC 2018


    Date: Monday, June 4, 2018 @ 19:44:01
  Author: arodseth
Revision: 340445

upgpkg: xdelta3 3.1.0-1

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

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 19:32:03 UTC (rev 340444)
+++ PKGBUILD	2018-06-04 19:44:01 UTC (rev 340445)
@@ -1,21 +1,18 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Allan McRae <allan at archlinux.org>
 # Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
 # Contributor: Henning Garus <henning.garus at gmail.com>
 
 pkgname=xdelta3
-pkgver=3.0.11
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Diff utility which works with binary files'
 arch=('x86_64')
 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')
+source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('114543336ab6cee3764e3c03202701ef79d7e5e8e4863fe64811e4d9e61884dc')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -31,8 +28,8 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" make -C "$pkgname-$pkgver" install
 }
 
 # getver: github.com/jmacd/xdelta
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

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



More information about the arch-commits mailing list