summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-02-10 00:16:05 +0300
committerasm0dey2019-02-10 00:16:05 +0300
commit2bb2b279fd89cc0709354cc1c42bd3aa1de44fc4 (patch)
tree3613b8750ec7ac5063cff297eb7c02d7f7a71efd
parent8bab035a64d90a4ad981ffa2c74e720686bde655 (diff)
downloadaur-2bb2b279fd89cc0709354cc1c42bd3aa1de44fc4.tar.gz
forgot to save that file (http://whatthecommit.com)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6a0f033e34..132487224954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gofish-packages
pkgdesc = Crossplatform package manager
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://gofi.sh/index.html
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 07fd752133ac..beb594fa88e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=gofish-packages
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Crossplatform package manager"
arch=('any')
url="https://gofi.sh/index.html"
@@ -22,7 +22,7 @@ source=("https://gofi.sh/releases/gofish-v$pkgver-linux-$ARCH.tar.gz"
md5sums=('253b8d83c664d6764a5a4493e07d9c0e'
)
package() {
- install -Dm755 "$srcdir/linux-$ARCH/gofish" "$pkgdir/usr/local/bin/gofish"
+ install -Dm755 "$srcdir/linux-$ARCH/gofish" "$pkgdir/usr/bin/gofish"
install -Dm644 "$srcdir/linux-$ARCH/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}