summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-11-12 10:20:56 +0100
committerhaawda2022-11-12 10:20:56 +0100
commit98de71cfa385c56001a3c9db5e6bdaa6200580d9 (patch)
treed8d3029d0274ae929687e34136f9673e0493e14d /PKGBUILD
parent989e63c5844d448ec9d56b91d70cbc54e09b1fef (diff)
downloadaur-guile-git.tar.gz
small changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/"