summarylogtreecommitdiffstats
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
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/
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0adac254df53..b0add231f916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = python-ly-git
pkgdesc = Python modules to parse, manipulate or create documents in LilyPond format.
- pkgver = 0.9.6.r3.g7bc9577
+ pkgver = 0.9.7.r1.gf24b840
pkgrel = 1
url = https://github.com/frescobaldi/python-ly
arch = any
license = GPL
makedepends = git
depends = python
- provides = python-ly=0.9.6.r3.g7bc9577-1
+ provides = python-ly=0.9.7.r1.gf24b840-1
conflicts = python-ly
conflicts = ly
options = !emptydirs
- source = python-ly-git::git://github.com/wbsoft/python-ly.git
+ source = python-ly-git::git+https://github.com/frescobaldi/python-ly.git
md5sums = SKIP
pkgname = python-ly-git
-
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'