summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b56aa9742f4..e88f339d25a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgver=181
pkgrel=1
pkgdesc='set of more than 80 guile scheme libraries'
arch=(any)
-license=(gpl3)
+license=(gpl3+)
makedepends=(git)
-depends=(guile)
+depends=("guile>=2")
provides=(sph-lib)
conflicts=(sph-lib)
source=("$pkgname::git://git.sph.mn/sph-lib#branch=stable")