summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSotirios M. Roussis2020-12-29 22:06:01 +0200
committerSotirios M. Roussis2020-12-29 22:06:01 +0200
commit250adce3aff4788e2a186ef69521c248b6df9ee6 (patch)
treeb1c1374356aa56820cc8305114fb6b2e852b91d8 /PKGBUILD
parent7c66a540b1c2939cd119f039bacba2460f5a3cf0 (diff)
downloadaur-ship.tar.gz
Bump
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90e60d7e0f8f..93c2450ba2f4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ship
pkgver=2.6
-pkgrel=1
+pkgrel=3
pkgdesc='Simple, handy network addressing multitool with plenty of utilities'
url='https://github.com/xtonousou/ship.git'
source=('https://raw.githubusercontent.com/xtonousou/ship/master/ship')
@@ -16,10 +16,6 @@ license=('GPL3')
depends=('bash>=3.2' 'coreutils' 'gawk' 'grep' 'iproute2' 'iputils' 'mtr' 'sed' 'traceroute' 'wget')
makedepends=('binutils' 'coreutils' 'git')
-prepare() {
- cd "${pkgname}"
-}
-
package() {
install -d "${pkgdir}/usr/bin"
install -Dm755 ship "${pkgdir}/usr/bin/ship"