mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
vcvrack-autinn: update to v2.6.28 (#762)
Co-authored-by: cbix-ci[bot] <210176234+cbix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
df9b8dfaa1
commit
815b8a251f
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vcvrack-autinn
|
||||
pkgdesc = Autinn VCV Rack modules
|
||||
pkgver = 2.6.27
|
||||
pkgver = 2.6.28
|
||||
pkgrel = 1
|
||||
url = https://github.com/NikolaiVChr/Autinn
|
||||
arch = aarch64
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = vcvrack-autinn
|
|||
makedepends = zstd
|
||||
depends = gcc-libs
|
||||
depends = vcvrack
|
||||
source = git+https://github.com/NikolaiVChr/Autinn#tag=v2.6.27
|
||||
sha256sums = 17a855f89e107e24789ca24e8aa57248afa4aa3ffeb1fd8ad56f1203fd25556e
|
||||
source = git+https://github.com/NikolaiVChr/Autinn#tag=v2.6.28
|
||||
sha256sums = 7a4fb718961430fb94349ad7a578fc592467aeaa099f0c5c4874c2b4298f684a
|
||||
|
||||
pkgname = vcvrack-autinn
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
_slug=Autinn
|
||||
_name=Autinn
|
||||
pkgname=vcvrack-autinn
|
||||
pkgver=2.6.27
|
||||
pkgver=2.6.28
|
||||
pkgrel=1
|
||||
pkgdesc='Autinn VCV Rack modules'
|
||||
arch=(aarch64 x86_64)
|
||||
|
|
@ -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=('17a855f89e107e24789ca24e8aa57248afa4aa3ffeb1fd8ad56f1203fd25556e')
|
||||
sha256sums=('7a4fb718961430fb94349ad7a578fc592467aeaa099f0c5c4874c2b4298f684a')
|
||||
|
||||
prepare() {
|
||||
cd $_name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue