summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Minges2016-01-12 04:00:24 +0100
committerAlexander Minges2016-01-12 04:00:24 +0100
commit9831bdc8cd9946f3db6d8e3f98948c63f68656c4 (patch)
treef4451dc86f0ad1e364383c21ebc0d159ef97cfb1
parent92ea630ca02e16a28df85263635fad50640d6bdd (diff)
downloadaur-9831bdc8cd9946f3db6d8e3f98948c63f68656c4.tar.gz
Fixed guile dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71394b0cccff..2941ba3e0d13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Jan 12 02:58:57 UTC 2016
+# Tue Jan 12 03:00:12 UTC 2016
pkgbase = guile1.8-gtk
pkgdesc = Guile (Scheme) bindings for GTK+
pkgver = 2.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.nongnu.org/guile-gtk/
arch = i686
arch = x86_64
license = GPL
- depends = guile>=1.8.1
+ depends = guile1.8>=1.8.1
depends = gtk2
depends = gtkglarea
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index ba90e176a6bc..83fde67551df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=guile1.8-gtk
_pkgname=guile-gtk
pkgver=2.1
-pkgrel=3
+pkgrel=4
pkgdesc="Guile (Scheme) bindings for GTK+"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/guile-gtk/"
license=('GPL')
-depends=('guile>=1.8.1' 'gtk2' 'gtkglarea')
+depends=('guile1.8>=1.8.1' 'gtk2' 'gtkglarea')
options=('!makeflags')
source=(ftp://ftp.gnu.org/gnu/${_pkgname}/${_pkgname}-${pkgver}.tar.gz deprecated.patch
brokentest.patch