Package Details: dualsub-git v1.0.0.r38.gb38e912-1

Git Clone URL: https://aur.archlinux.org/dualsub-git.git (read-only, click to copy)
Package Base: dualsub-git
Description: tool for merging and translating subtitles
Upstream URL: https://github.com/bonigarcia/dualsub
Licenses: GPL-3
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 3
Popularity: 0.016026
First Submitted: 2014-06-18 20:46 (UTC)
Last Updated: 2022-03-15 20:38 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

carlosal1015 commented on 2022-03-15 21:14 (UTC)

You're welcome ^_^ Stay safe.

jose1711 commented on 2022-03-15 20:39 (UTC)

@carlosal1015 thank you, updated.

carlosal1015 commented on 2022-03-15 16:50 (UTC)

Hi @jose1711 , since today the VCS sources must be use git+https:// See https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

jose1711 commented on 2017-01-24 20:56 (UTC)

fixed but please do not use update flag for broken pkgbuilds. thanks

simgunz commented on 2017-01-24 13:40 (UTC)

I had to remvoe the word SNAPSHOT to make it compile.

Angel_Caido commented on 2015-09-08 16:15 (UTC)

This package wasn't compiling for me. I had to modify the package() section in the PKBUILD to make it work. This is how the package() section should look like: package() { cd ${srcdir}/${pkgname} install -Dm755 ./target/dualsub-1.1.0-SNAPSHOT-jar-with-dependencies.jar ${pkgdir}/usr/share/java/dualsub/dualsub.jar install -D -m644 $srcdir/dualsub.png $pkgdir/usr/share/pixmaps/dualsub.png install -D -m644 $srcdir/dualsub.desktop $pkgdir/usr/share/applications/dualsub.desktop mkdir -p -m755 ${pkgdir}/usr/bin echo -e "#!/bin/sh java -jar /usr/share/java/dualsub/dualsub.jar" > $pkgdir/usr/bin/dualsub chmod 755 ${pkgdir}/usr/bin/dualsub }