summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-08 03:21:18 +0800
committerChocobo12023-04-08 03:21:18 +0800
commit3289eeb8e3255ba030178d1107f6227853e42f92 (patch)
tree2005580fce009a0bcbd8d7327d79d94f740059ae
parentb4acac86044dd7fbd023322e63a477fefbf02413 (diff)
downloadaur-dos2unix-git.tar.gz
upgpkg: dos2unix-git 7.4.4.r2.g15f9f9d-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d80a2b2d189..57eccd109752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dos2unix-git
pkgdesc = Convert text files with DOS or Mac line breaks to Unix line breaks and vice versa
- pkgver = 7.4.0.r0.g1182533
+ pkgver = 7.4.4.r2.g15f9f9d
pkgrel = 1
url = https://waterlan.home.xs4all.nl/dos2unix.html
arch = i686
@@ -10,10 +10,9 @@ pkgbase = dos2unix-git
makedepends = perl
makedepends = po4a
depends = glibc
- provides = dos2unix
+ provides = dos2unix=7.4.4.r2.g15f9f9d
conflicts = dos2unix
source = git+https://git.code.sf.net/p/dos2unix/dos2unix
sha256sums = SKIP
pkgname = dos2unix-git
-
diff --git a/PKGBUILD b/PKGBUILD
index da9fced007a5..098601148fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=dos2unix-git
-pkgver=7.4.0.r0.g1182533
+pkgver=7.4.4.r2.g15f9f9d
pkgrel=1
pkgdesc="Convert text files with DOS or Mac line breaks to Unix line breaks and vice versa"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://waterlan.home.xs4all.nl/dos2unix.html"
license=('BSD')
depends=('glibc')
makedepends=('git' 'perl' 'po4a')
-provides=('dos2unix')
+provides=("dos2unix=$pkgver")
conflicts=('dos2unix')
source=("git+https://git.code.sf.net/p/dos2unix/dos2unix")
sha256sums=('SKIP')
@@ -37,5 +37,5 @@ package() {
cd "dos2unix/dos2unix"
make DESTDIR="$pkgdir" install
- install -Dm644 "COPYING.txt" "$pkgdir/usr/share/licenses/dos2unix/COPYING.txt"
+ install -Dm644 "COPYING.txt" -t "$pkgdir/usr/share/licenses/dos2unix"
}