summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-11-11 12:43:23 +0300
committerasm0dey2018-11-11 12:43:23 +0300
commit9b31155bf8188ceb61ba2c11fd1fce066b38d7d6 (patch)
tree026a37e0f72b794f5e8e2e6293434142db5de1ee
parentf4da56b823a17e7841104051a2cde6adacdbb893 (diff)
downloadaur-9b31155bf8188ceb61ba2c11fd1fce066b38d7d6.tar.gz
minor changes (http://whatthecommit.com)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e374a4883f..7507850276a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bittorrent-tracker-editor-bin
pkgdesc = Software for add or remove tracker from torrent files
pkgver = 1.33.0.beta.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GerryFerdinandus/bittorrent-tracker-editor/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4ffd0ffe8886..6684ce3fd609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=bittorrent-tracker-editor-bin
pkgver=1.33.0.beta.5
-pkgrel=1
+pkgrel=2
pkgdesc="Software for add or remove tracker from torrent files"
arch=('x86_64')
url="https://github.com/GerryFerdinandus/bittorrent-tracker-editor/"
@@ -17,7 +17,8 @@ package() {
cd "$srcdir"
install -D -m 755 trackereditor "$pkgdir/opt/trackereditor/trackereditor"
install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/bittorrent-tracker-editor-bin/LICENSE"
- mkdir - p "$pkgdir/usr/bin"
+ chmod a+w "$pkgdir/opt/trackereditor"
+ mkdir -p "$pkgdir/usr/bin"
ln -sf "/opt/trackereditor/trackereditor" "$pkgdir/usr/bin/trackereditor"
}