mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
vcvrack-autinn: update to v2.6.4 (#750)
Co-authored-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
c3301f30cc
commit
84129876f3
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vcvrack-autinn
|
||||
pkgdesc = Autinn VCV Rack modules
|
||||
pkgver = 2.1.0
|
||||
pkgrel = 2
|
||||
pkgver = 2.6.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/NikolaiVChr/Autinn
|
||||
arch = aarch64
|
||||
arch = x86_64
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = vcvrack-autinn
|
|||
makedepends = zstd
|
||||
depends = gcc-libs
|
||||
depends = vcvrack
|
||||
source = git+https://github.com/NikolaiVChr/Autinn#tag=v2.1.0
|
||||
sha256sums = c5d896756270530aeaf897e834cb3e0716089a108de871babd02248517afd4ae
|
||||
source = git+https://github.com/NikolaiVChr/Autinn#tag=v2.6.4
|
||||
sha256sums = cfe7acd45484fe21f59e8a5d83c06ecef40121808663fa1ac82c5ebfa02ee94a
|
||||
|
||||
pkgname = vcvrack-autinn
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,8 +4,8 @@
|
|||
_slug=Autinn
|
||||
_name=Autinn
|
||||
pkgname=vcvrack-autinn
|
||||
pkgver=2.1.0
|
||||
pkgrel=2
|
||||
pkgver=2.6.4
|
||||
pkgrel=1
|
||||
pkgdesc='Autinn VCV Rack modules'
|
||||
arch=(aarch64 x86_64)
|
||||
url='https://github.com/NikolaiVChr/Autinn'
|
||||
|
|
@ -14,7 +14,7 @@ groups=(pro-audio vcvrack-plugins)
|
|||
depends=(gcc-libs vcvrack)
|
||||
makedepends=(git simde zstd)
|
||||
source=("git+https://github.com/NikolaiVChr/$_name#tag=v$pkgver")
|
||||
sha256sums=('c5d896756270530aeaf897e834cb3e0716089a108de871babd02248517afd4ae')
|
||||
sha256sums=('cfe7acd45484fe21f59e8a5d83c06ecef40121808663fa1ac82c5ebfa02ee94a')
|
||||
|
||||
prepare() {
|
||||
cd $_name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue