summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOSAMC2022-10-03 21:48:14 +0000
committerChristopher Arndt2022-10-03 21:48:14 +0000
commit505ee1f7e0e3a74f633d1ea9d25f22d9c8226146 (patch)
treee98b65436946f7ecbc5bb35c71038168f0a69343
parente793ee7573e9eec74c704faa92c21d544523d712 (diff)
downloadaur-505ee1f7e0e3a74f633d1ea9d25f22d9c8226146.tar.gz
feat: import package die-plugins from AUR (#118)
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 121bcd0b6092..6da5b8b84cf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = die-plugins
pkgdesc = DISTRHO Imported Effect Plugins, Ardour's plugins without Ardour
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/DISTRHO/DIE-Plugins
arch = x86_64
+ arch = aarch64
groups = lv2-plugins
groups = pro-audio
license = GPL2
diff --git a/.gitignore b/.gitignore
index 29d4a584ff24..9cbb04796042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
-DIE-Plugins-*.tar.gz
die-plugins-maintainer-mod-brand.patch
pkg/
src/
-die-plugins-*.pkg.tar.*
-die-plugins-*.src.tar.gz
+*.tar.*
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 869002462e8e..ae19e3ea81b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
_name=DIE-Plugins
pkgname=${_name,,}
pkgdesc="DISTRHO Imported Effect Plugins, Ardour's plugins without Ardour"
pkgver=1.1
-pkgrel=2
-arch=(x86_64)
+pkgrel=3
+arch=(x86_64 aarch64)
url="https://github.com/DISTRHO/$_name"
license=(GPL2)
groups=(lv2-plugins pro-audio)