git » dos2unix.git » commit 3015f0d

Upstream update and apply FULL RELRO.

author Jelle van der Waa
2019-09-26 18:04:31 UTC
committer Jelle van der Waa
2019-09-26 18:04:31 UTC
parent 6664bf3af881d7b8578c45e47aa5caba1ed1b0c3

Upstream update and apply FULL RELRO.

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 60e39d5..0a025a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Maintainer: Jelle van der Waa <jelle@vdwaa.nl>
 
 pkgname=dos2unix
-pkgver=7.4.0
+pkgver=7.4.1
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('x86_64')
@@ -15,12 +15,12 @@ makedepends=('perl')
 conflicts=('hd2u')
 source=(https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('a615de542899e53d6f9575ad3cb32b19'
+md5sums=('6b402c10899416707da60188cd6bb0f3'
          'SKIP')
 
 build() {
   cd $pkgname-$pkgver
-  make
+  make LDFLAGS_USER=${LDFLAGS}
 }
 
 package() {