summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-05-31 21:29:05 +0200
committerhaawda2022-05-31 21:29:05 +0200
commit82f2b6419a6b63fee0b1d13747862a061ee0fef5 (patch)
treebfaf529bde5f14409c6e52852d2d438fe387f237 /PKGBUILD
parent71862beab06c26f23d461b49703b193d49956dff (diff)
downloadaur-82f2b6419a6b63fee0b1d13747862a061ee0fef5.tar.gz
remove patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c49ce6ec2d44..1fbe6fed9dc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# delete the $srcdir directory before building
pkgname=lilypond-git
-pkgver=2.23b31827.8b533bda3b
+pkgver=2.23b31835.91b883ad01
pkgrel=1
pkgdesc="An automated music engraving system (Git snapshot)"
arch=('i686' 'x86_64')
@@ -30,9 +30,8 @@ optdepends=('extractpdfmark: for reducing the size of pdf output significantly'
'tk: for the gui')
provides=('lilypond')
conflicts=('lilypond')
-source=(git+https://gitlab.com/lilypond/lilypond.git fix_buildsystem.patch)
-sha256sums=('SKIP'
- '4c04ea356f87321ab816ce25d28d3301698b8091df5f248f6bdc882cd9953f06')
+source=(git+https://gitlab.com/lilypond/lilypond.git)
+sha256sums=('SKIP')
options=('!makeflags')
pkgver() {
@@ -42,11 +41,6 @@ pkgver() {
"$(git rev-parse --short HEAD)"
}
-prepare() {
- cd lilypond/
- patch -Np1 < "$srcdir"/fix_buildsystem.patch
-}
-
build() {
cd lilypond/
[[ -f config.hh ]] && rm config.hh