summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 976b771286db..343a527e6431 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 3.0.8.r12.g446842733
+ pkgver = 3.0.8.r86.gf72cd7915
pkgrel = 1
epoch = 1
url = http://www.gnu.org/software/guile/
@@ -17,9 +17,8 @@ pkgbase = guile-git
depends = gmp
depends = readline
optdepends = texinfo: for using texinfo scheme sources
- provides = guile3
- provides = guile=3.0.8.r12.g446842733
- conflicts = guile3
+ provides = guile=3.0.8.r86.gf72cd7915
+ conflicts = guile
options = !strip
options = !makeflags
options = libtool
diff --git a/PKGBUILD b/PKGBUILD
index b676472fa12b..1ae615434277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=guile-git
epoch=1
_majorver=3.0
-pkgver=3.0.8.r12.g446842733
+pkgver=3.0.8.r86.gf72cd7915
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64' 'aarch64')
@@ -11,8 +11,8 @@ license=('GPL')
makedepends=('git' 'gperf')
optdepends=('texinfo: for using texinfo scheme sources')
depends=('gc' 'libxcrypt' 'libffi' 'libunistring' 'gmp' 'readline')
-provides=('guile3' "guile=$pkgver")
-conflicts=('guile3')
+provides=("guile=$pkgver")
+conflicts=('guile')
options=('!strip' '!makeflags' 'libtool')
source=("git+https://git.savannah.gnu.org/git/${pkgname%-git}.git")
url="http://www.gnu.org/software/guile/"