summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVisne2024-04-13 20:38:17 +0200
committerVisne2024-04-13 20:38:17 +0200
commite6ff96b367583e225e4a172134c817b010fa980f (patch)
tree7feab61d9627624661c5f136d1c511a6bb0717ba
parent22b4c91c96dfef4eeefc0e972a3bc354b15e9dc8 (diff)
downloadaur-e6ff96b367583e225e4a172134c817b010fa980f.tar.gz
Replaces tuxguitar-common and tuxguitar-gtk2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d584e1f71e13..1782c2b62101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuxguitar
pkgdesc = A multitrack guitar tablature editor and player
pkgver = 1.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.tuxguitar.app/
arch = x86_64
license = LGPL-3.0-or-later
@@ -26,6 +26,8 @@ pkgbase = tuxguitar
optdepends = qt5-base: LV2 plugin support
optdepends = jack: Jack plugin support
optdepends = lilypond: Compile exported LilyPond files
+ replaces = tuxguitar-common
+ replaces = tuxguitar-gtk2
source = tuxguitar-1.6.2::https://github.com/helge17/tuxguitar/archive/refs/tags/1.6.2.zip
sha256sums = d0d8e8f64240379e8fc8f83dcdfd220f9c105dcc2879b56f6f1c3ad4ce256a11
diff --git a/PKGBUILD b/PKGBUILD
index c4c22ddd7c7c..25a728f5ef1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=tuxguitar
pkgver=1.6.2
-pkgrel=2
+pkgrel=3
pkgdesc='A multitrack guitar tablature editor and player'
arch=('x86_64')
url='https://www.tuxguitar.app/'
@@ -21,6 +21,7 @@ optdepends=('fluidsynth: FluidSynth plugin support'
'qt5-base: LV2 plugin support'
'jack: Jack plugin support'
'lilypond: Compile exported LilyPond files')
+replaces=('tuxguitar-common' 'tuxguitar-gtk2')
source=("tuxguitar-$pkgver::https://github.com/helge17/tuxguitar/archive/refs/tags/$pkgver.zip")
sha256sums=('d0d8e8f64240379e8fc8f83dcdfd220f9c105dcc2879b56f6f1c3ad4ce256a11')