summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-08-08 14:58:50 +0200
committerChristopher Arndt2023-08-08 14:58:50 +0200
commit4b99345db8e9ecbe2d743a49783035aab7b8a811 (patch)
tree6a02a9f011ecba57cf57e64420b251f8f384a404
parentb6b05cabff4fdc0258ef73a8804a98db384a2430 (diff)
downloadaur-radium-git.tar.gz
Fix provides and add git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47fc325ceb6d..4b00a387e329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radium-git
pkgdesc = A graphical music editor. A next generation tracker.
pkgver = 7.1.92.r7.ge115ad6
- pkgrel = 1
+ pkgrel = 2
url = https://users.notam02.no/~kjetism/radium/
install = radium.install
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = radium-git
license = GPL2
makedepends = boost
makedepends = cmake
+ makedepends = git
makedepends = libxcursor
makedepends = libxinerama
makedepends = libxkbfile
@@ -63,7 +64,7 @@ pkgbase = radium-git
optdepends = calf-ladspa: default chorus plugin used in new file templates
optdepends = ladspa-plugins: package group for plugins normally included in binary releases
optdepends = vst-plugins: more plugins
- provides = radium-git
+ provides = radium
provides = ladspa-host
provides = vst-host
provides = vst3-host
diff --git a/PKGBUILD b/PKGBUILD
index a49a9f6527d6..7584c087f65d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
_pkgname=radium
pkgname=$_pkgname-git
pkgver=7.1.92.r7.ge115ad6
-pkgrel=1
+pkgrel=2
pkgdesc='A graphical music editor. A next generation tracker.'
arch=(x86_64)
url='https://users.notam02.no/~kjetism/radium/'
license=(GPL2)
groups=(ladspa-host pro-audio vst-host vst3-host)
-provides=($pkgname ladspa-host vst-host vst3-host)
+provides=($_pkgname ladspa-host vst-host vst3-host)
conflicts=($_pkgname)
depends=(
alsa-lib
@@ -61,6 +61,7 @@ depends=(
makedepends=(
boost
cmake
+ git
libxcursor
libxinerama
libxkbfile