diff options
-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() { |