[arch-commits] Commit in dos2unix/trunk (PKGBUILD)

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


    Date: Monday, June 6, 2022 @ 02:17:24
  Author: daurnimator
Revision: 1224332

upgpkg: dos2unix 7.4.3-1

Modified:
  dos2unix/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 01:45:38 UTC (rev 1224331)
+++ PKGBUILD	2022-06-06 02:17:24 UTC (rev 1224332)
@@ -5,7 +5,7 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=dos2unix
-pkgver=7.4.2
+pkgver=7.4.3
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('x86_64')
@@ -16,12 +16,12 @@
 conflicts=('hd2u')
 source=(https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('4e8f8c230a72753b307fab69f8121ba4'
+md5sums=('ff949538cf3c82910d5f6f486c1981dd'
          'SKIP')
 
 build() {
   cd $pkgname-$pkgver
-  make LDFLAGS_USER=${LDFLAGS}
+  make LDFLAGS_USER="${LDFLAGS}"
 }
 
 package() {



More information about the arch-commits mailing list