summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db05ee365ab0..493d1ba71364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nimsynth-git
pkgdesc = A modular synth and sequencer made with Nim
- pkgver = r150.4985e4c
+ pkgver = r154.57d4e56
pkgrel = 1
url = https://github.com/ftsf/nimsynth
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6b4e509d9d1b..09d25653bf49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nimsynth-git
_pkgname=nimsynth
-pkgver=r150.4985e4c
+pkgver=r154.57d4e56
pkgrel=1
pkgdesc="A modular synth and sequencer made with Nim"
arch=('x86_64')
@@ -21,7 +21,6 @@ pkgver() {
build() {
cd "${_pkgname}"
- git checkout nim1.2
nimble -y install sndfile nico
make
}