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

Daurnimator daurnimator at archlinux.org
Tue Oct 13 09:48:21 UTC 2020


    Date: Tuesday, October 13, 2020 @ 09:48:21
  Author: daurnimator
Revision: 723811

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-13 09:47:29 UTC (rev 723810)
+++ PKGBUILD	2020-10-13 09:48:21 UTC (rev 723811)
@@ -1,31 +0,0 @@
-# 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.1
-pkgrel=2
-pkgdesc='Text file format converter'
-arch=('x86_64')
-url='https://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=('6b402c10899416707da60188cd6bb0f3'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  make LDFLAGS_USER=${LDFLAGS}
-}
-
-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 723810, dos2unix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-13 09:48:21 UTC (rev 723811)
@@ -0,0 +1,32 @@
+# 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>
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+
+pkgname=dos2unix
+pkgver=7.4.2
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('x86_64')
+url='https://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=('4e8f8c230a72753b307fab69f8121ba4'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  make LDFLAGS_USER=${LDFLAGS}
+}
+
+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