diff options
author | Robert Ulmer | 2020-12-03 16:19:15 +0100 |
---|---|---|
committer | Robert Ulmer | 2020-12-03 16:19:15 +0100 |
commit | c5403a43c7ef3ce872356d677edd771fd4313d61 (patch) | |
tree | c916412ed80d0518b6f79524972111dbfba8c85a | |
parent | 21baba0994beffc44f7e74a2a07f9513a021ea53 (diff) | |
download | aur-filius.tar.gz |
update to 1.10.4 pkgrel 2
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = filius pkgdesc = Network simulation program pkgver = 1.10.4 - pkgrel = 1 + pkgrel = 2 url = http://www.lernsoftware-filius.de arch = any license = GPL @@ -2,7 +2,7 @@ pkgname="filius" pkgver="1.10.4" _pkgver="${pkgver}" -pkgrel=1 +pkgrel=2 pkgdesc="Network simulation program" arch=('any') url="http://www.lernsoftware-filius.de" @@ -20,7 +20,7 @@ package() { rm Filius.exe rm Filius.command # mv lib $pkgdir/usr/lib/filius - cp -r Changelog.txt config Einfuehrung_Filius.pdf filius.jar Filius.sh GPLv2.txt GPLv3.txt hilfe img Introduction_Filius.pdf lib tmpl $pkgdir/usr/share/filius/ + cp -r Changelog.md config Einfuehrung_Filius.pdf filius.jar Filius.sh GPLv2.txt GPLv3.txt hilfe img Introduction_Filius.pdf lib tmpl $pkgdir/usr/share/filius/ chmod +x $pkgdir/usr/share/filius/Filius.sh ln -s /usr/share/filius/Filius.sh $pkgdir/usr/bin/filius |