summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2bb20557f76..56a859cf9e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thenewplayerfree
pkgname=thenewplayerfree-bin
pkgver=1.6.1
-pkgrel=3
+pkgrel=4
arch=('x86_64')
pkgdesc="The best video/streaming media player under UNIX"
url="https://github.com/sudormroot/thenewplayer_builds"
@@ -21,7 +21,7 @@ package() {
install -Dm755 "$srcdir/usr/local/thenewplayerfree/bin/thenewplayerfree" "$pkgdir/opt/thenewplayerfree/thenewplayerfree"
mkdir -p "$pkgdir/usr/bin"
- ln -s "$pkgdir/opt/thenewplayerfree/thenewplayerfree" "$pkgdir/usr/bin/thenewplayerfree"
+ ln -s "/opt/thenewplayerfree/thenewplayerfree" "$pkgdir/usr/bin/thenewplayerfree"
install -Dm644 "$srcdir/usr/local/thenewplayerfree/images/logo.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/thenewplayerfree.png"