1
0
Fork 0
forked from s3lph/matemat

Merge branch 'hotfix-packages' into 'master'

Some more hotfixes

See merge request s3lph/matemat!66
This commit is contained in:
s3lph 2020-02-03 23:18:17 +00:00
commit 13bfa9f1c4
3 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ build_archlinux:
stage: build
image: archlinux/base:latest # Use an archlinux image instead of the customized debian image.
script:
- pacman -Sy --noconfirm python python-setuptools python-pip python-wheel python-jinja python-pillow python-magic base-devel
- pacman -Sy --noconfirm python python-setuptools python-pip python-wheel python-bottle python-jinja python-pillow python-magic base-devel
- export MATEMAT_VERSION=$(python -c 'import matemat; print(matemat.__version__)')
- cp -r static/ package/archlinux/matemat/usr/lib/matemat/static/
- cp -r templates/ package/archlinux/matemat/usr/lib/matemat/templates/

View file

@ -2,7 +2,7 @@
# Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
pkgname=matemat
pkgver=0.1
pkgver=0.2
pkgrel=1
arch=('any')

View file

@ -1,5 +1,5 @@
Package: matemat
Version: 0.1
Version: 0.2
Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
Section: web
Priority: optional