summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2022-04-06 02:44:27 +0200
committerRaphaël Doursenaud2022-04-06 02:44:27 +0200
commite9ec5d348d9b53f829058b35a856b768336b896e (patch)
tree81ce6a3cf75233c84f5713cd29a3cb22985e7cc7 /PKGBUILD
parentff647bd58dfec0d35c939704de14dbfb9c92a176 (diff)
downloadaur-python-ly-git.tar.gz
Update deprecated git:// protocol to http://
See: https://github.blog/2021-09-01-improving-git-protocol-security-github/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77bbbd877b6e..acc3148ac310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Raphaël Doursenaud <rdoursenaud@free.fr>
pkgname=python-ly-git
-pkgver=0.9.6.r3.g7bc9577
+pkgver=0.9.7.r1.gf24b840
pkgrel=1
pkgdesc="Python modules to parse, manipulate or create documents in LilyPond format."
arch=('any')
@@ -11,12 +11,9 @@ depends=('python')
provides=("${pkgname%-git}=$pkgver-$pkgrel")
conflicts=("${pkgname%-git}" "ly")
options=(!emptydirs)
-source=("$pkgname"::'git://github.com/wbsoft/python-ly.git')
+source=("$pkgname"::'git+https://github.com/frescobaldi/python-ly.git')
md5sums=('SKIP')
-_gitroot='https://github.com/wbsoft/python-ly.git'
-_gitname='python-ly'
-
pkgver() {
cd "$srcdir/$pkgname"
git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'