summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordelta482017-04-13 22:24:21 -0500
committerdelta482017-04-13 22:24:34 -0500
commitcc278374e27f2003e2d465cce2922a7ab05e6ff1 (patch)
treeceff3513de069948d81df236b0b30cf880400e8c
parent604e1fefcc0aed1c315c0d9fb8524f5cdc3d524e (diff)
downloadaur-cc278374e27f2003e2d465cce2922a7ab05e6ff1.tar.gz
version bump 0.5.4
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD16
2 files changed, 17 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcf704f9d8dc..ce3aea70dc6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
+# Generated by mksrcinfo v8
+# Fri Apr 14 03:23:50 UTC 2017
pkgbase = libreoffice-extension-ooolilypond
pkgdesc = With OOoLilyPond (OLy) you can use musical notation within OpenOffice.org. Use it for writing a book on music theory or for writing down exercises for music instruments or voice which need to be commented with text.
- pkgver = 0.4.0
- pkgrel = 2
- url = http://ooolilypond.sourceforge.net
+ pkgver = 0.5.4
+ pkgrel = 1
+ url = http://github.com/openlilylib/LO-ly
arch = any
groups = libreoffice-extensions
license = GPL2
- depends = libreoffice-fresh
- noextract = OOoLilyPond-0.4.0.oxt
+ noextract = OOoLilyPond-0.5.4.oxt
options = !emptydirs
- source = http://downloads.sourceforge.net/ooolilypond/OOoLilyPond-0.4.0.oxt
- md5sums = 3139d345f6325f7a0efa3be8d66bc5bf
+ source = https://github.com/openlilylib/LO-ly/releases/download/0.5.4/OOoLilyPond-0.5.4.oxt
+ md5sums = de99f4b59deb0403004899c692743ef7
pkgname = libreoffice-extension-ooolilypond
diff --git a/PKGBUILD b/PKGBUILD
index 512928c6cc2a..d28b7fe3d051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
-# Maintainer: delta48 <dark.magician.48[at]gmail[dot]com>
+# Maintainer: delta48 <dark.magician.48+aur[at]gmail[dot]com>
pkgname=libreoffice-extension-ooolilypond
_pkgname=OOoLilyPond
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
pkgdesc='With OOoLilyPond (OLy) you can use musical notation within OpenOffice.org. Use it for writing a book on music theory or for writing down exercises for music instruments or voice which need to be commented with text.'
arch=('any')
-url='http://ooolilypond.sourceforge.net'
+url='http://github.com/openlilylib/LO-ly'
license=('GPL2')
-depends=('libreoffice-fresh')
+#depends=('libreoffice-fresh')
groups=('libreoffice-extensions')
-source=("http://downloads.sourceforge.net/ooolilypond/$_pkgname-$pkgver.oxt")
-md5sums=('3139d345f6325f7a0efa3be8d66bc5bf')
+#source=("http://downloads.sourceforge.net/ooolilypond/$_pkgname-$pkgver.oxt")
+source=("https://github.com/openlilylib/LO-ly/releases/download/$pkgver/$_pkgname-$pkgver.oxt")
+
+md5sums=('de99f4b59deb0403004899c692743ef7')
noextract=("$_pkgname-${pkgver}.oxt")
options=("!emptydirs")