CI try 5
This commit is contained in:
parent
18489476af
commit
ed4d7365ac
@ -12,7 +12,7 @@ jobs:
|
|||||||
run: curl -sL ${{ gitea.server_url }}/${{ gitea.repository }}/archive/${{ gitea.event.release.tag_name }}.tar.gz --output tarball.tar.gz
|
run: curl -sL ${{ gitea.server_url }}/${{ gitea.repository }}/archive/${{ gitea.event.release.tag_name }}.tar.gz --output tarball.tar.gz
|
||||||
|
|
||||||
- name: Debug output
|
- name: Debug output
|
||||||
run: echo ${{ gitea.href }}
|
run: echo ${{ gitea.ref }}
|
||||||
|
|
||||||
- name: Calculate SHA256 for the tarball
|
- name: Calculate SHA256 for the tarball
|
||||||
run: echo "tbSum=$(sha256sum tarball.tar.gz | cut -d ' ' -f 1)" >> $GITHUB_ENV
|
run: echo "tbSum=$(sha256sum tarball.tar.gz | cut -d ' ' -f 1)" >> $GITHUB_ENV
|
||||||
@ -23,6 +23,9 @@ jobs:
|
|||||||
- name: Create a directory
|
- name: Create a directory
|
||||||
run: mkdir aur
|
run: mkdir aur
|
||||||
|
|
||||||
|
- name: Release permissions
|
||||||
|
run: chmod 777 aur
|
||||||
|
|
||||||
- name: Copy PKGBUILD to the directory
|
- name: Copy PKGBUILD to the directory
|
||||||
run: cp mlc/packaging/Archlinux/PKGBUILD aur/
|
run: cp mlc/packaging/Archlinux/PKGBUILD aur/
|
||||||
|
|
||||||
@ -32,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: create SRCINFO
|
- name: create SRCINFO
|
||||||
working-directory: aur
|
working-directory: aur
|
||||||
run: makepkg --printsrcinfo > .SRCINFO
|
run: sudo -u build makepkg --printsrcinfo > .SRCINFO
|
||||||
|
|
||||||
- name: Debug print PKGBUILD
|
- name: Debug print PKGBUILD
|
||||||
run: cat aur/PKGBUILD
|
run: cat aur/PKGBUILD
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(
|
project(
|
||||||
mlc
|
mlc
|
||||||
VERSION 1.3.22
|
VERSION 1.3.23
|
||||||
DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation"
|
DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation"
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Yury Gubich <blue@macaw.me>
|
# Maintainer: Yury Gubich <blue@macaw.me>
|
||||||
pkgname=mlc
|
pkgname=mlc
|
||||||
pkgver=1.3.22
|
pkgver=1.3.23
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Media Library Compiler: rips your media library to a lossy compilation"
|
pkgdesc="Media Library Compiler: rips your media library to a lossy compilation"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
Loading…
Reference in New Issue
Block a user