summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-03 22:35:11 +0200
committerhaawda2022-04-03 22:35:11 +0200
commit6bf6e734a7d99c1d8d2cf14d9820627f9815c806 (patch)
treefaa76fef593cad92a30445ac97f45de5c98f73bb
parent5a60c56d1e72d0be500b616e066dc73f8bc03b3c (diff)
downloadaur-6bf6e734a7d99c1d8d2cf14d9820627f9815c806.tar.gz
small sdjustments
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e5194bd8b1e..b58dd941e749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 3.0.7.r6.g221203b0d
+ pkgver = 3.0.8.r12.g446842733
pkgrel = 1
epoch = 1
url = http://www.gnu.org/software/guile/
@@ -17,8 +17,10 @@ pkgbase = guile-git
depends = gmp
depends = readline
optdepends = texinfo: for using texinfo scheme sources
- provides = guile
- conflicts = guile4emacs
+ provides = guile3
+ provides = guile=3.0.8.r12.g446842733
+ conflicts = guile
+ conflicts = guile3
options = !strip
options = !makeflags
options = libtool
diff --git a/PKGBUILD b/PKGBUILD
index e2e9667aa5b2..ce5af5822fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=guile-git
epoch=1
_majorver=3.0
-pkgver=3.0.7.r6.g221203b0d
+pkgver=3.0.8.r12.g446842733
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=('guile')
-conflicts=('guile4emacs')
+provides=('guile3' "guile=$pkgver")
+conflicts=('guile' 'guile3')
options=('!strip' '!makeflags' 'libtool')
source=("git+https://git.savannah.gnu.org/git/${pkgname%-git}.git")
url="http://www.gnu.org/software/guile/"