summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 226ebe570bd0..df102698dab3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 16:32:59 UTC 2016
+# Sun Feb 28 16:40:34 UTC 2016
pkgbase = sph-lib-git
pkgdesc = set of more than 80 guile scheme libraries
pkgver = 181
pkgrel = 1
url = http://sph.mn/content/187
arch = any
- license = gpl3
+ license = gpl3+
makedepends = git
- depends = guile
+ depends = guile>=2
provides = sph-lib
conflicts = sph-lib
source = sph-lib-git::git://git.sph.mn/sph-lib#branch=stable
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")