CI, try 2
This commit is contained in:
parent
d8644e5d70
commit
e9a1e8cb1d
@ -1,7 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## MLC 1.3.2 (October 10, 2023)
|
||||||
|
- A release purely for CI
|
||||||
|
|
||||||
## MLC 1.3.1 (October 10, 2023)
|
## MLC 1.3.1 (October 10, 2023)
|
||||||
- Release build with optimisations
|
- Release build with optimizations
|
||||||
- Removed unused files from build
|
- Removed unused files from build
|
||||||
- Suppressed warnings
|
- Suppressed warnings
|
||||||
- CI to release to AUR
|
- CI to release to AUR
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(
|
project(
|
||||||
mlc
|
mlc
|
||||||
VERSION 1.3.1
|
VERSION 1.3.2
|
||||||
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.1
|
pkgver=1.3.2
|
||||||
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