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

Eli Schwartz eschwartz at archlinux.org
Mon Feb 5 22:50:27 UTC 2018


    Date: Monday, February 5, 2018 @ 22:50:26
  Author: eschwartz
Revision: 289314

archrelease: copy trunk to community-x86_64

Added:
  patchutils/repos/community-x86_64/PKGBUILD
    (from rev 289313, patchutils/trunk/PKGBUILD)
Deleted:
  patchutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-05 22:50:08 UTC (rev 289313)
+++ PKGBUILD	2018-02-05 22:50:26 UTC (rev 289314)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Aurelien Foret <orelien at chez.com>
-# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=patchutils
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="A small collection of programs that operate on patch files"
-license=('GPL')
-url="http://cyberelk.net/tim/patchutils/"
-depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz)
-md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: patchutils/repos/community-x86_64/PKGBUILD (from rev 289313, patchutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-05 22:50:26 UTC (rev 289314)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Aurelien Foret <orelien at chez.com>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=patchutils
+pkgver=0.3.4
+pkgrel=2
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/"
+depends=('perl')
+arch=('x86_64')
+source=("https://github.com/twaugh/patchutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee'
+         'SKIP')
+validpgpkeys=('4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh <tim at cyberelk.net>
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list