summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-12-25 22:52:26 +0100
committerhaawda2019-12-25 22:52:26 +0100
commitc8f927f5a93f6eda5937e933593b367e4b2f7449 (patch)
treefa383a0efdfd993c0fa651fc077c02947fa4a599
parenta8238e46c4ef3c8258f4d8381e0132b8ef914005 (diff)
downloadaur-c8f927f5a93f6eda5937e933593b367e4b2f7449.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 038165c38374..bb7aff532bb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = artanis
pkgdesc = A fast monolithic web-framework of Scheme
- pkgver = 0.4
- pkgrel = 2
+ pkgver = 0.4.1
+ pkgrel = 1
url = http://web-artanis.com/
arch = x86_64
license = LGPL
makedepends = texlive-core
depends = guile
options = !strip
- source = https://ftp.gnu.org/gnu/artanis/artanis-0.4.tar.gz
- sha1sums = 2dbc10425287c129b4e666cf47baeeb0b5373253
+ source = https://ftp.gnu.org/gnu/artanis/artanis-0.4.1.tar.gz
+ sha1sums = 56ca69e21989eb3deb492bee38189eedcaa411fc
pkgname = artanis
diff --git a/PKGBUILD b/PKGBUILD
index 3c3c428aa092..4fcc1503451e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=artanis
-pkgver=0.4
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
pkgdesc="A fast monolithic web-framework of Scheme"
url="http://web-artanis.com/"
depends=('guile')
@@ -10,7 +10,7 @@ makedepends=('texlive-core')
arch=('x86_64')
license=('LGPL')
source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('2dbc10425287c129b4e666cf47baeeb0b5373253')
+sha1sums=('56ca69e21989eb3deb492bee38189eedcaa411fc')
options=('!strip')
build() {