summaryrefslogtreecommitdiff
path: root/pcr/python-ly
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 12:15:32 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 12:15:32 +0100
commit3c8cc474781fca442fe9adda13a463a26666120b (patch)
tree4f2fa937554525b964b2918214cc08f8c2556285 /pcr/python-ly
parentf8e983904b81be28b2b4611547c5fe1c6dde49e5 (diff)
pcr/python-ly: updated to 0.9.5
Diffstat (limited to 'pcr/python-ly')
-rw-r--r--pcr/python-ly/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/pcr/python-ly/PKGBUILD b/pcr/python-ly/PKGBUILD
index b5bed66a5..9725b2f73 100644
--- a/pcr/python-ly/PKGBUILD
+++ b/pcr/python-ly/PKGBUILD
@@ -1,7 +1,10 @@
-# Maintainer (Arch): Raphaël Doursenaud <rdoursenaud@free.fr>
+# Maintainer (AUR): Raphaël Doursenaud <rdoursenaud@free.fr>
+
+# parabola changes and rationale:
+# no changes.
pkgname=python-ly
-pkgver=0.9.2
+pkgver=0.9.5
pkgrel=1
pkgdesc="Python modules to parse, manipulate or create documents in LilyPond format."
arch=('any')
@@ -10,11 +13,11 @@ license=('GPL')
depends=('python')
options=(!emptydirs)
source=("https://github.com/wbsoft/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('71f996a12b306a816b40bc2d40098cf5b9a1443ef379d8c2e01560c4c1c52b5c')
+sha256sums=('11d2eb5c0f8726d4d8b48bfd104ba30bee1d3c64915028e6710e6e239d1f4c1f')
package() {
- cd "$srcdir/$pkgname-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ python setup.py install --root="${pkgdir}/" --optimize=1
}
# vim:set ts=2 sw=2 et: