T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
dos2unix


Commits:
7e18cb33 by T.J. Townsend at 2025-10-15T13:52:26-04:00
build from transparent source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,13 +5,13 @@ pkgbase = dos2unix
        url = https://waterlan.home.xs4all.nl/dos2unix.html
        arch = x86_64
        license = BSD
+       makedepends = git
        makedepends = perl
+       makedepends = perl-pod-parser
+       makedepends = po4a
        depends = glibc
        conflicts = hd2u
-       source = https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.3.tar.gz
-       source = 
https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.3.tar.gz.asc
-       validpgpkeys = F8F1BEA490496A09CCA328CC38C1F572B12725BE
-       sha256sums = 
28a4b0d9f9179da4e44c567b9c01f818b070a20827115fffd96f760dcfa0f3b2
-       sha256sums = SKIP
+       source = 
git+https://git.code.sf.net/p/dos2unix/dos2unix.git#tag=dos2unix-7.5.3
+       sha256sums = 
7f6c39dff4d3bd4841baf65a3c84fe29dedcca6c42996b0ae0d85b8b540d2fb9
 
 pkgname = dos2unix


=====================================
PKGBUILD
=====================================
@@ -13,20 +13,19 @@ arch=('x86_64')
 url='https://waterlan.home.xs4all.nl/dos2unix.html'
 license=('BSD')
 depends=('glibc')
-makedepends=('perl')
+makedepends=('git' 'perl' 'perl-pod-parser' 'po4a')
 conflicts=('hd2u')
-source=(https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-sha256sums=('28a4b0d9f9179da4e44c567b9c01f818b070a20827115fffd96f760dcfa0f3b2'
-            'SKIP')
+source=(git+https://git.code.sf.net/p/dos2unix/dos2unix.git#tag=${pkgname}-${pkgver})
+sha256sums=('7f6c39dff4d3bd4841baf65a3c84fe29dedcca6c42996b0ae0d85b8b540d2fb9')
+#validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname/dos2unix
   make LDFLAGS_USER="${LDFLAGS}"
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname/dos2unix
 
   make DESTDIR="$pkgdir" install
   install -D -m644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dos2unix/-/commit/7e18cb3343ac051fde63bfcebc9b7a331bf418a6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dos2unix/-/commit/7e18cb3343ac051fde63bfcebc9b7a331bf418a6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to