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

Daurnimator daurnimator at gemini.archlinux.org
Mon Jun 6 02:17:55 UTC 2022


    Date: Monday, June 6, 2022 @ 02:17:55
  Author: daurnimator
Revision: 1224333

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 02:17:24 UTC (rev 1224332)
+++ PKGBUILD	2022-06-06 02:17:55 UTC (rev 1224333)
@@ -1,32 +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>
-# 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
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 1224332, dos2unix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-06 02:17:55 UTC (rev 1224333)
@@ -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.3
+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=('ff949538cf3c82910d5f6f486c1981dd'
+         '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