summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c37a4acddf0..31c05c117453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ship
pkgdesc = Simple, handy network addressing multitool with plenty of utilities
pkgver = 2.6
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/xtonousou/ship.git
arch = any
license = GPL3
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"