summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsph2016-03-26 10:53:02 +0000
committersph2016-03-26 10:53:02 +0000
commit2a4996016a069fa4ad945d244dad606d61c9f99a (patch)
tree96bf60ba72e91a1d971c44a89e2d17f5c3acea99 /PKGBUILD
parent87aca0a84b6718d2366a08b96043a25a02154789 (diff)
downloadaur-2a4996016a069fa4ad945d244dad606d61c9f99a.tar.gz
add version restriction from depends to make installation with guile-git work
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e88f339d25a0..bf5f4341f576 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=sph-lib-git
-pkgver=181
+pkgver=213
pkgrel=1
pkgdesc='set of more than 80 guile scheme libraries'
arch=(any)
license=(gpl3+)
makedepends=(git)
-depends=("guile>=2")
+depends=("guile")
provides=(sph-lib)
conflicts=(sph-lib)
source=("$pkgname::git://git.sph.mn/sph-lib#branch=stable")