git » dos2unix.git » commit 5a95326

upgpkg: 7.4.2-1

author Daurnimator
2020-10-13 09:47:29 UTC
committer Daurnimator
2020-10-13 09:47:29 UTC
parent 32d2aa32893aa76f546ebd5c4806d6db71e1bac9

upgpkg: 7.4.2-1

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 3dabe99..ae7943c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
 # Contributor: Renato Garcia <fgar.renatoATgmailDOTcom>
 # Contributor: Gerson E. Ruotolo <gersonruotolo@globo.com>
 # Maintainer: Jelle van der Waa <jelle@vdwaa.nl>
+# Maintainer: Daurnimator <daurnimator@archlinux.org>
 
 pkgname=dos2unix
-pkgver=7.4.1
-pkgrel=2
+pkgver=7.4.2
+pkgrel=1
 pkgdesc='Text file format converter'
 arch=('x86_64')
 url='https://waterlan.home.xs4all.nl/dos2unix.html'
@@ -15,7 +16,7 @@ makedepends=('perl')
 conflicts=('hd2u')
 source=(https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('6b402c10899416707da60188cd6bb0f3'
+md5sums=('4e8f8c230a72753b307fab69f8121ba4'
          'SKIP')
 
 build() {