diff options
author | haawda | 2019-10-11 22:05:50 +0200 |
---|---|---|
committer | haawda | 2019-10-11 22:05:50 +0200 |
commit | f696fad5bad3fa68904bc3c14e0bb0914c359f94 (patch) | |
tree | df43e54cf627067b066c9b6ce666e10ce47f3a2f | |
parent | 6f0c1acd8eef7235dd42ef72d00849d94bf62d07 (diff) | |
download | aur-f696fad5bad3fa68904bc3c14e0bb0914c359f94.tar.gz |
add texlive-core as makedep
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,11 +1,12 @@ pkgbase = artanis-git pkgdesc = A fast monolithic web-framework of Scheme - pkgver = 0.3.2.r63.g6f8dfb7 + pkgver = 0.4 pkgrel = 1 url = http://web-artanis.com/ arch = x86_64 license = LGPL makedepends = git + makedepends = texlive-core depends = guile provides = artanis conflicts = artanis @@ -1,14 +1,14 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=artanis-git -pkgver=0.3.2.r63.g6f8dfb7 +pkgver=0.4 pkgrel=1 pkgdesc="A fast monolithic web-framework of Scheme" arch=('x86_64') url="http://web-artanis.com/" license=('LGPL') depends=('guile') -makedepends=('git') +makedepends=('git' 'texlive-core') provides=('artanis') conflicts=('artanis') source=("git+https://gitlab.com/NalaGinrut/artanis.git") |