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

Maxim Baz maximbaz at archlinux.org
Sun Dec 2 13:24:05 UTC 2018


    Date: Sunday, December 2, 2018 @ 13:24:04
  Author: maximbaz
Revision: 410758

archrelease: copy trunk to community-x86_64

Added:
  dos2unix/repos/community-x86_64/PKGBUILD
    (from rev 410757, dos2unix/trunk/PKGBUILD)
Deleted:
  dos2unix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-02 13:23:39 UTC (rev 410757)
+++ PKGBUILD	2018-12-02 13:24:04 UTC (rev 410758)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia <fgar.renatoATgmailDOTcom>
-# Contributor: Gerson E. Ruotolo <gersonruotolo at globo.com>
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=dos2unix
-pkgver=7.4.0
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('a615de542899e53d6f9575ad3cb32b19'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 410757, dos2unix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-02 13:24:04 UTC (rev 410758)
@@ -0,0 +1,31 @@
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia <fgar.renatoATgmailDOTcom>
+# Contributor: Gerson E. Ruotolo <gersonruotolo at globo.com>
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=dos2unix
+pkgver=7.4.0
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
+md5sums=('a615de542899e53d6f9575ad3cb32b19'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list