summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2019-01-29 20:15:46 +0100
committerSefa Eyeoglu2019-01-29 20:15:46 +0100
commit901eb8eb1942e042264aa15639d9224441bf1d88 (patch)
treedc8aee88167a5b4015ef35edad6169e3926afa87
parent4028d56025141ec360bd8bb40652482bc1ec4bed (diff)
downloadaur-901eb8eb1942e042264aa15639d9224441bf1d88.tar.gz
upgpkg: fisher-git 3.2.7.r0.gb2cd7ae-1
upstream release Restore LICENSE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5200c4a454f8..93e35d5051f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fisher-git
pkgdesc = A package manager for the fish shell
- pkgver = 3.2.6.r1.gae878a8
+ pkgver = 3.2.7.r0.gb2cd7ae
pkgrel = 1
url = https://github.com/jorgebucaran/fisher
install = fisher-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 910490b64aa8..394d38a49b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
# Contributor: Daniel Maslowski <info@orangecms.org>
-
_branch=master
-
pkgname=fisher-git
-pkgver=3.2.6.r1.gae878a8
+pkgver=3.2.7.r0.gb2cd7ae
pkgrel=1
pkgdesc="A package manager for the fish shell"
arch=("any")
@@ -17,9 +15,7 @@ install=fisher-git.install
source=(
"git+https://github.com/jorgebucaran/fisher.git#branch=${_branch}"
)
-sha512sums=(
- "SKIP"
-)
+sha512sums=("SKIP")
pkgver() {
cd "fisher"
@@ -32,6 +28,7 @@ package() {
# install Fisherman into the global fish directory
cd "fisher"
install -Dm 644 fisher.fish "${fishpath}/vendor_functions.d/fisher.fish"
- # README
+ # README and LICENSE
+ install -Dm 644 LICENSE.md "${sharepath}/licenses/${pkgname}/LICENSE.md"
install -Dm 644 README.md "${sharepath}/doc/${pkgname}/README"
}