summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2020-02-18 00:52:43 -0800
committerIlaï Deutel2020-02-18 00:55:04 -0800
commitb56e602c5819655866a875bbc1785ec3073c96fb (patch)
tree8638f5e3fe079fcdf4376e244d1c8c0b854e2d24
parentf1d0d2cdcd47b505cdee12025dceb9aeed3ce1a0 (diff)
downloadaur-b56e602c5819655866a875bbc1785ec3073c96fb.tar.gz
upgpkg: python-pipenv-git 2018.11.26.r683.gd10b2a21-1
Install vendor license files; upgpkg: python-pipenv-git 2018.11.26.r683.gd10b2a21-1 Related bug: https://bugs.archlinux.org/task/58444
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20f0896eee19..dd501978b7da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pipenv-git
pkgdesc = Python Development Workflow for Humans.
- pkgver = 2018.11.26.r641.g02fc6396
+ pkgver = 2018.11.26.r683.gd10b2a21
pkgrel = 1
url = https://pipenv.readthedocs.io
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 94f1fc6f27e6..bcd3e2da14bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Maikel Wever <maikelwever@gmail.com>
pkgname=python-pipenv-git
-pkgver=2018.11.26.r641.g02fc6396
+pkgver=2018.11.26.r683.gd10b2a21
pkgrel=1
pkgdesc="Python Development Workflow for Humans."
url="https://pipenv.readthedocs.io"
@@ -80,4 +80,7 @@ package() {
PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/pipenv"
PIPENV_SHELL=zsh python -m pipenv --completion | install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_pipenv"
PIPENV_SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
+
+ cd pipenv/vendor
+ find -name '*LICENSE' -type f -exec install -Dm 644 {} "${pkgdir}/usr/share/licenses/${pkgname}/vendor/{}" \;
}