summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c5537861ae..27eb0a3c7814 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foo-yc20-git
pkgdesc = An emulation of the Yamaha YC-20 combo organ as an LV2 plugin and a standalone program (git version)
- pkgver = 1.3.0.r330.b99d4a3
- pkgrel = 3
+ pkgver = 1.3.0.r338.0076948
+ pkgrel = 1
url = https://github.com/sampov2/foo-yc20
arch = x86_64
arch = armv7l
@@ -13,7 +13,7 @@ pkgbase = foo-yc20-git
depends = jack
provides = foo-yc20
conflicts = foo-yc20
- source = foo-yc20::git+https://github.com/sampov2/foo-yc20.git
+ source = foo-yc20::git+https://github.com/sampov2/foo-yc20.git#branch=master
source = faust-0.9.73-mr2.tar.gz::https://github.com/grame-cncm/faust/archive/40a919756d09c6b2de19b3299b7eef55997551dc.tar.gz
source = foo-yc20-makefile-ldflags.patch
sha256sums = SKIP
@@ -21,4 +21,3 @@ pkgbase = foo-yc20-git
sha256sums = 5408a958c15bf39d0034c6aeb0a86652a4bb34dd403780e3438bd7bf5e3f45ee
pkgname = foo-yc20-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 672980936c46..f86ec69559bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ _name=foo-yc20
_faust_version=0.9.73-mr2
_faust_commit=40a919756d09c6b2de19b3299b7eef55997551dc
pkgname="${_name}-git"
-pkgver=1.3.0.r330.b99d4a3
-pkgrel=3
+pkgver=1.3.0.r338.0076948
+pkgrel=1
pkgdesc="An emulation of the Yamaha YC-20 combo organ as an LV2 plugin and a standalone program (git version)"
arch=('x86_64' 'armv7l')
url="https://github.com/sampov2/foo-yc20"
@@ -15,7 +15,7 @@ groups=('pro-audio' 'lv2-plugins')
makedepends=('git')
provides=("${_name}")
conflicts=("${_name}")
-source=("${_name}::git+https://github.com/sampov2/foo-yc20.git"
+source=("${_name}::git+https://github.com/sampov2/foo-yc20.git#branch=master"
# we need an obsolete version of FAUST as a build dependency,
# for which there is, unfortuantely, no release tag or archive
# just a branch, so we pin the commit for the checkout archive we're retrieving