forked from s3lph/matemat
Merge branch 'hotfix-packages' into 'master'
Some more hotfixes See merge request s3lph/matemat!66
This commit is contained in:
commit
13bfa9f1c4
3 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ build_archlinux:
|
||||||
stage: build
|
stage: build
|
||||||
image: archlinux/base:latest # Use an archlinux image instead of the customized debian image.
|
image: archlinux/base:latest # Use an archlinux image instead of the customized debian image.
|
||||||
script:
|
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__)')
|
- export MATEMAT_VERSION=$(python -c 'import matemat; print(matemat.__version__)')
|
||||||
- cp -r static/ package/archlinux/matemat/usr/lib/matemat/static/
|
- cp -r static/ package/archlinux/matemat/usr/lib/matemat/static/
|
||||||
- cp -r templates/ package/archlinux/matemat/usr/lib/matemat/templates/
|
- cp -r templates/ package/archlinux/matemat/usr/lib/matemat/templates/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
# Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
||||||
|
|
||||||
pkgname=matemat
|
pkgname=matemat
|
||||||
pkgver=0.1
|
pkgver=0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package: matemat
|
Package: matemat
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
Loading…
Reference in a new issue