[arch-commits] Commit in python-ly/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Jan 22 09:07:59 UTC 2020


    Date: Wednesday, January 22, 2020 @ 09:07:58
  Author: dvzrv
Revision: 553430

upgpkg: python-ly 0.9.6-1: Upgrading to 0.9.6. Updating maintainer. Updating url to current upstream. Minor cleanup.

Modified:
  python-ly/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 09:04:54 UTC (rev 553429)
+++ PKGBUILD	2020-01-22 09:07:58 UTC (rev 553430)
@@ -1,22 +1,17 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-_name=ly
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
 pkgname=python-ly
-pkgver=0.9.5
-pkgrel=4
+pkgver=0.9.6
+pkgrel=1
 pkgdesc="Parse, manipulate or create documents in LilyPond format"
 arch=('any')
-url="https://github.com/wbsoft/python-ly"
+url="https://github.com/frescobaldi/python-ly"
 license=('GPL')
 depends=('python')
 makedepends=('python-setuptools' 'python-sphinx')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a462a83263057291bcdb8a4d54b82b1f')
-validpgpkeys=()
+sha512sums=('76da1c895555c87eb58308db13347feb66e9090bb1f6cdc253a1eaf810439dbe4089e9e0453fa1e6e0e30d19a91e0a9d7d20ea3ceb0062c76ba16cdf3b389e3a')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
 build() {
   cd "$pkgname-$pkgver"
   python setup.py build



More information about the arch-commits mailing list