CI, try 2

This commit is contained in:
Blue 2023-10-10 13:37:11 -03:00
parent d8644e5d70
commit e9a1e8cb1d
Signed by: blue
GPG Key ID: 9B203B252A63EE38
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
# Changelog
## MLC 1.3.2 (October 10, 2023)
- A release purely for CI
## MLC 1.3.1 (October 10, 2023)
- Release build with optimisations
- Release build with optimizations
- Removed unused files from build
- Suppressed warnings
- CI to release to AUR

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(
mlc
VERSION 1.3.1
VERSION 1.3.2
DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation"
LANGUAGES CXX
)

View File

@ -1,6 +1,6 @@
# Maintainer: Yury Gubich <blue@macaw.me>
pkgname=mlc
pkgver=1.3.1
pkgver=1.3.2
pkgrel=1
pkgdesc="Media Library Compiler: rips your media library to a lossy compilation"
arch=('i686' 'x86_64')