summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2018-01-29 09:20:38 +0100
committerSteffen Weber2018-01-29 09:20:38 +0100
commit6e87349e9d198cf4268d5e4f58c6726b5de76670 (patch)
tree672c8b01b4610de5bbf0f247363a972fb81904b9
parentc96e369730404009680421845e4f7556419bff96 (diff)
downloadaur-6e87349e9d198cf4268d5e4f58c6726b5de76670.tar.gz
remove conflicts and symlinks
-rw-r--r--.SRCINFO9
-rw-r--r--[-rwxr-xr-x]PKGBUILD9
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3a617f8c1e..d65ba051f4d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
+# Generated by mksrcinfo v8
+# Mon Jan 29 08:20:18 UTC 2018
pkgbase = tofrodos
pkgdesc = Convert ASCII files between the MS-DOS/Windows format and the UNIX format
pkgver = 1.7.13
- pkgrel = 2
- url = http://www.thefreecountry.com/tofrodos/index.shtml
- arch = i686
+ pkgrel = 3
+ url = https://www.thefreecountry.com/tofrodos/index.shtml
arch = x86_64
license = GPL2
depends = glibc
- conflicts = dos2unix
- conflicts = hd2u
source = http://tofrodos.sourceforge.net/download/tofrodos-1.7.13.tar.gz
md5sums = c4c5e6668a13a01bfb5ce562753a808f
diff --git a/PKGBUILD b/PKGBUILD
index a4559c5af782..814e630200cd 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=tofrodos
pkgver=1.7.13
-pkgrel=2
-arch=('i686' 'x86_64')
+pkgrel=3
+arch=('x86_64')
pkgdesc="Convert ASCII files between the MS-DOS/Windows format and the UNIX format"
-url="http://www.thefreecountry.com/tofrodos/index.shtml"
+url="https://www.thefreecountry.com/tofrodos/index.shtml"
license=('GPL2')
-conflicts=('dos2unix' 'hd2u')
depends=('glibc')
source=(http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
md5sums=('c4c5e6668a13a01bfb5ce562753a808f')
@@ -23,6 +22,4 @@ package() {
cd "$pkgname/src"
install -d "$pkgdir"/usr/{bin,share/man/man1}
make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man/man1" install
- ln -s todos "$pkgdir/usr/bin/unix2dos"
- ln -s fromdos "$pkgdir/usr/bin/dos2unix"
}