summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'