summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-05-08 03:12:32 +0200
committerChristopher Arndt2020-05-08 03:12:32 +0200
commit25ac5e3055042d350c11885192d63fd501b9f677 (patch)
tree38c7577f4387bbb3a9c28ff6613711cf3067976f
parent5ad8bd128f5cbe20c35d4cd9a58bd6e4e72378be (diff)
downloadaur-triceratops-lv2-git.tar.gz
Various fixes
* Provides/conflicts with 'triceratops.lv2' too * Moved 'lv2' to makedepends * Added 'git' to makedepends * Updated project URL
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD12
3 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 333c25aa6cf8..04a677cf4e9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
-# Generated by mksrcinfo v8
-# Wed Feb 3 16:31:08 UTC 2016
pkgbase = triceratops-lv2-git
pkgdesc = Polyphonic synthesizer LV2 plugin
- pkgver = 0.2.1.r2.334d2da
+ pkgver = 0.3.2.r11.b058700
pkgrel = 1
- url = http://deliriumdecrypted.blogspot.com/
+ url = https://sourceforge.net/projects/triceratops/
arch = i686
arch = x86_64
groups = lv2-plugins
license = GPL3
+ makedepends = git
makedepends = python2
+ makedepends = lv2
depends = gtkmm
- depends = lv2
provides = triceratops-lv2
+ provides = triceratops.lv2
conflicts = triceratops-lv2
+ conflicts = triceratops.lv2
source = triceratops-lv2::git+https://github.com/thunderox/triceratops.git
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
index 996f9bb57edd..39f52208c0c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ pkg/
src/
.AURINFO
triceratops-lv2/
-triceratops-lv2-git-*.tar.xz
+triceratops-lv2-git-*.pkg.tar.xz
+triceratops-lv2-git-*.pkg.tar.zst
triceratops-lv2-git-*.src.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 70fc4cc6a5cf..d3e8adaab2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=triceratops-lv2
pkgname="${_pkgname}-git"
-pkgver=0.2.1.r2.334d2da
+pkgver=0.3.2.r11.b058700
pkgrel=1
pkgdesc="Polyphonic synthesizer LV2 plugin"
arch=(i686 x86_64)
-url="http://deliriumdecrypted.blogspot.com/"
+url="https://sourceforge.net/projects/triceratops/"
license=('GPL3')
groups=('lv2-plugins')
-depends=('gtkmm' 'lv2')
-makedepends=('python2')
-conflicts=("${_pkgname}")
-provides=("${_pkgname}")
+depends=('gtkmm')
+makedepends=('git' 'python2' 'lv2')
+conflicts=("${_pkgname}" "${_pkgname//-/.}")
+provides=("${_pkgname}" "${_pkgname//-/.}")
source=("${_pkgname}::git+https://github.com/thunderox/triceratops.git")
md5sums=('SKIP')