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

Eli Schwartz eschwartz at archlinux.org
Fri Mar 9 04:48:50 UTC 2018


    Date: Friday, March 9, 2018 @ 04:48:49
  Author: eschwartz
Revision: 305000

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-09 04:48:29 UTC (rev 304999)
+++ PKGBUILD	2018-03-09 04:48:49 UTC (rev 305000)
@@ -1,29 +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=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
-}

Copied: patchutils/repos/community-x86_64/PKGBUILD (from rev 304999, patchutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-09 04:48:49 UTC (rev 305000)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Aurelien Foret <orelien at chez.com>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=patchutils
+pkgver=0.3.4
+pkgrel=3
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/"
+depends=('perl')
+makedepends=('xmlto')
+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