upgpkg: py3status-git 3.39.r4.gcafe0c7a-1
correct docs folder for newer upstream version
This commit is contained in:
parent
b31865b705
commit
7534a3aace
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = py3status-git
|
||||
pkgdesc = An extensible i3status replacement/wrapper written in python (development version)
|
||||
pkgver = 2.4.r42.gc4535a4
|
||||
pkgver = 3.39.r4.gcafe0c7a
|
||||
pkgrel = 1
|
||||
url = https://github.com/ultrabug/py3status
|
||||
arch = any
|
||||
|
@ -15,4 +15,3 @@ pkgbase = py3status-git
|
|||
md5sums = SKIP
|
||||
|
||||
pkgname = py3status-git
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
|
||||
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
|
||||
# Contributor: Johannes Fürmann
|
||||
|
||||
pkgname=py3status-git
|
||||
pkgver=2.4.r42.gc4535a4
|
||||
pkgver=3.39.r4.gcafe0c7a
|
||||
pkgrel=1
|
||||
pkgdesc="An extensible i3status replacement/wrapper written in python (development version)"
|
||||
url="https://github.com/ultrabug/py3status"
|
||||
|
@ -26,7 +27,7 @@ package() {
|
|||
python setup.py install --root="$pkgdir/" --optimize=1
|
||||
# doc
|
||||
install -d "$pkgdir"/usr/share/doc/$pkgname
|
||||
install -m644 doc/* README.rst CHANGELOG "$pkgdir"/usr/share/doc/$pkgname
|
||||
install -m644 docs/user-guide/* README.md CHANGELOG "$pkgdir"/usr/share/doc/$pkgname
|
||||
# license
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue