summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2022-07-25 20:16:37 +0200
committerMichał Wojdyła2022-07-25 20:16:37 +0200
commit25b0e09456082ea7b2956e19dc5f6e5c32d1d906 (patch)
treeb091537c53e77a14d551d289b476ad1902f7539c /PKGBUILD
parent09b55bf2730d6adc94e85c0fecfedfdd3c405159 (diff)
downloadaur-25b0e09456082ea7b2956e19dc5f6e5c32d1d906.tar.gz
update to 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa5a19a9be41..1c859ed7c846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
-# Maintainer: Aditya Naik <nikeadilfc at gmail dot com>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Aditya Naik <nikeadilfc at gmail dot com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=artanis
-pkgver=0.5
+pkgver=0.5.1
pkgrel=1
pkgdesc="A fast monolithic web-framework of Scheme"
url="http://web-artanis.com/"
-depends=('guile')
+depends=('guile3')
makedepends=('texlive-core')
arch=('x86_64')
license=('LGPL')
source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('dab7737eccbc92901cd7b70f6ac86551a0cd8259')
+sha1sums=('bc56edb3e6eca37b538d0e635960a320e5df4f7d')
options=('!strip')
build() {
cd $pkgname-$pkgver
- GUILE_EFFECTIVE_VERSION=2.2 ./configure --prefix=/usr
+ GUILE_EFFECTIVE_VERSION=3.0 ./configure --prefix=/usr
make
make docs
}