Date: Saturday, February 11, 2023 @ 15:50:56
Author: blakkheim
Revision: 1399819
archrelease: copy trunk to community-x86_64
Added:
dos2unix/repos/community-x86_64/PKGBUILD
(from rev 1399818, dos2unix/trunk/PKGBUILD)
dos2unix/repos/community-x86_64/keys/
Deleted:
dos2unix/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-11 15:50:22 UTC (rev 1399818)
+++ PKGBUILD 2023-02-11 15:50:56 UTC (rev 1399819)
@@ -1,32 +0,0 @@
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia <fgar.renatoATgmailDOTcom>
-# Contributor: Gerson E. Ruotolo <[email protected]>
-# Maintainer: Jelle van der Waa <[email protected]>
-# Maintainer: Daurnimator <[email protected]>
-
-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
-}
Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 1399818,
dos2unix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-11 15:50:56 UTC (rev 1399819)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Maintainer: Daurnimator <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia <fgar.renatoATgmailDOTcom>
+# Contributor: Gerson E. Ruotolo <[email protected]>
+
+pkgname=dos2unix
+pkgver=7.4.4
+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')
+sha256sums=('28a841db0bd5827d645caba9d8015e3a71983dc6e398070b5287ee137ae4436e'
+ '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
+}