summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e241b6f8fc1..d0dec3d18904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lilypond-git
pkgdesc = An automated music engraving system (Git snapshot)
- pkgver = 2.19.81.28109
+ pkgver = 2.21.r28776
pkgrel = 1
url = http://lilypond.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c2872ad90035..ff7e3ab34eca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# delete the $srcdir directory before building
pkgname=lilypond-git
-pkgver=2.19.81.28109
+pkgver=2.21.r28776
pkgrel=1
pkgdesc="An automated music engraving system (Git snapshot)"
arch=('i686' 'x86_64')
@@ -36,7 +36,8 @@ options=('!makeflags')
pkgver() {
cd lilypond/
- printf %s.%s $(grep VERSION_DEVEL VERSION | cut -d= -f2) $(git rev-list --count HEAD)
+ printf %s.%s.r%s $(grep MAJOR VERSION | cut -d= -f2) \
+ $(grep MINOR VERSION | cut -d= -f2) $(git rev-list --count HEAD)
}
prepare() {