Skip to content
Snippets Groups Projects
Commit 7c80f114 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Upgrading to 1.9.0.

parent f466607e
No related branches found
Tags 1.12.0-1
No related merge requests found
......@@ -3,17 +3,22 @@
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=amsynth
pkgver=1.8.0
pkgrel=4
pkgver=1.9.0
pkgrel=1
pkgdesc="Analogue Modeling SYNTHesizer"
arch=('x86_64')
url="https://amsynth.github.io/"
license=('GPL2')
groups=('dssi-plugins' 'ladspa-plugins' 'pro-audio')
groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
depends=('gtk2' 'jack' 'liblo')
makedepends=('dssi' 'ladspa' 'intltool' 'pandoc')
makedepends=('dssi' 'ladspa' 'lv2' 'intltool' 'pandoc')
source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2")
sha512sums=('a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9')
sha512sums=('4600c0ca8ee2cfecdbaa272bf9a29a29386b04081fe2b75fa3d12c7d53c75a32803f30d1822c36db64009f8c38258f2e22c4e59210b882de0568d5241c623965')
prepare() {
cd "${pkgname}-${pkgver}"
autoreconf -vfi
}
build() {
cd "${pkgname}-${pkgver}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment