summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-27 17:25:04 +0300
committerDimitris Kiziridis2020-07-27 17:25:04 +0300
commitf706c91e22f74e51e5b1ff69935511d3f315bf48 (patch)
treefb4413a7dfd137721aa2a323cf8ecc52b904bed1
parent4195a0c387ac3d41daf4ce471633c7c35fbd49fe (diff)
downloadaur-nimsynth-git.tar.gz
build issue fixed
-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
}