diff options
author | haawda | 2020-12-30 19:10:40 +0100 |
---|---|---|
committer | haawda | 2020-12-30 19:10:40 +0100 |
commit | e2ba5730ada0e8ebd7ee72271f736cc40d91bfe9 (patch) | |
tree | 5b66de718d4e71825cbf39badf61e073b3608024 | |
parent | f696fad5bad3fa68904bc3c14e0bb0914c359f94 (diff) | |
download | aur-artanis-git.tar.gz |
cosmetics
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = artanis-git pkgdesc = A fast monolithic web-framework of Scheme - pkgver = 0.4 + pkgver = 0.4.1.r26.gf7b80e0 pkgrel = 1 url = http://web-artanis.com/ arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = artanis-git conflicts = artanis options = !strip source = git+https://gitlab.com/NalaGinrut/artanis.git - md5sums = SKIP + sha256sums = SKIP pkgname = artanis-git @@ -1,7 +1,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=artanis-git -pkgver=0.4 +pkgver=0.4.1.r26.gf7b80e0 pkgrel=1 pkgdesc="A fast monolithic web-framework of Scheme" arch=('x86_64') @@ -12,7 +12,7 @@ makedepends=('git' 'texlive-core') provides=('artanis') conflicts=('artanis') source=("git+https://gitlab.com/NalaGinrut/artanis.git") -md5sums=('SKIP') +sha256sums=('SKIP') options=('!strip') pkgver() { |