Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
opl-synth
Commits:
7b74895c by Christian Heusel at 2025-02-19T18:48:46+01:00
upgpkg: 2.2-3: Rebuild for flac 1.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = opl-synth
pkgdesc = FM synthesizer that emulates the Yamaha OPL sound chip
pkgver = 2.2
- pkgrel = 2
+ pkgrel = 3
url = https://discodsp.com/opl/
arch = x86_64
groups = pro-audio
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=opl-synth
pkgver=2.2
-pkgrel=2
+pkgrel=3
pkgdesc='FM synthesizer that emulates the Yamaha OPL sound chip'
arch=('x86_64')
url='https://discodsp.com/opl/'
@@ -44,11 +44,11 @@ source=(
b2sums=('SKIP'
'842ffc32c162c170d885fa3e399e327dc146edbf79ae7beb64da607a6b2467a1942bd02a92a4ee4981142740a80caa76e2896bc9009c80c5740ffd44ac983fd9')
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
+# upstream has no tags
+# pkgver() {
+# cd "$pkgname"
+# git describe --tags | sed 's/^v//'
+# }
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opl-synth/-/commit/7b74895c9bd09cb24d9d8d4a5307449fc4dbfd2d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opl-synth/-/commit/7b74895c9bd09cb24d9d8d4a5307449fc4dbfd2d
You're receiving this email because of your account on gitlab.archlinux.org.