Bump version to 0.4.1
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
2366151749
commit
53f5342aef
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = alex-mc
|
pkgbase = alex-mc
|
||||||
pkgdesc = Wrapper around Minecraft server processes, designed to complement Docker image installations.
|
pkgdesc = Wrapper around Minecraft server processes, designed to complement Docker image installations.
|
||||||
pkgver = 0.3.1
|
pkgver = 0.4.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://git.rustybever.be/Chewing_Bever/alex
|
url = https://git.rustybever.be/Chewing_Bever/alex
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,7 +10,7 @@ pkgbase = alex-mc
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
conflicts = alex
|
conflicts = alex
|
||||||
source = alex-mc-0.3.1.tar.gz::https://git.rustybever.be/Chewing_Bever/alex/archive/0.3.1.tar.gz
|
source = alex-mc-0.4.1.tar.gz::https://git.rustybever.be/Chewing_Bever/alex/archive/0.4.1.tar.gz
|
||||||
sha512sums = f88903bd99397f3e9a1c4a40febc65eace0d594cde8de20d54ed1cd0597512152111e7a20acaaa971309d5afe1ea267c7ef3b08f0d803237e8004808a83752c5
|
sha512sums = d157bbbd4c7910d192afe68d8edf56e864337c40e27fa3a2a9af2ce757284c0d0ba3efed78dd12948de3873b2a49451610fbcf50f5097976b56584518351e214
|
||||||
|
|
||||||
pkgname = alex-mc
|
pkgname = alex-mc
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
matrix:
|
matrix:
|
||||||
PLATFORM:
|
PLATFORM:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
# - linux/arm64
|
- 'linux/arm64'
|
||||||
|
|
||||||
platform: ${PLATFORM}
|
platform: ${PLATFORM}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ steps:
|
||||||
image: 'menci/archlinuxarm:base-devel'
|
image: 'menci/archlinuxarm:base-devel'
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- echo -e '[bur]\nServer = https://arch.r8r.be/$repo/$arch\nSigLevel = Optional' >> /etc/pacman.conf
|
# - echo -e '[bur]\nServer = https://arch.r8r.be/$repo/$arch\nSigLevel = Optional' >> /etc/pacman.conf
|
||||||
# Update packages
|
# Update packages
|
||||||
- pacman -Syu --noconfirm
|
- pacman -Syu --noconfirm
|
||||||
# Create non-root user to perform build & switch to their home
|
# Create non-root user to perform build & switch to their home
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
_pkgname='alex'
|
_pkgname='alex'
|
||||||
# mc extension to not conflict directly with extra/alex package
|
# mc extension to not conflict directly with extra/alex package
|
||||||
pkgname='alex-mc'
|
pkgname='alex-mc'
|
||||||
pkgver=0.3.1
|
pkgver=0.4.1
|
||||||
pkgdesc='Wrapper around Minecraft server processes, designed to complement Docker image installations.'
|
pkgdesc='Wrapper around Minecraft server processes, designed to complement Docker image installations.'
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
|
@ -15,7 +15,7 @@ makedepends=('cargo')
|
||||||
depends=('glibc' 'gcc-libs' )
|
depends=('glibc' 'gcc-libs' )
|
||||||
|
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://git.rustybever.be/Chewing_Bever/alex/archive/${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://git.rustybever.be/Chewing_Bever/alex/archive/${pkgver}.tar.gz")
|
||||||
sha512sums=('f88903bd99397f3e9a1c4a40febc65eace0d594cde8de20d54ed1cd0597512152111e7a20acaaa971309d5afe1ea267c7ef3b08f0d803237e8004808a83752c5')
|
sha512sums=('d157bbbd4c7910d192afe68d8edf56e864337c40e27fa3a2a9af2ce757284c0d0ba3efed78dd12948de3873b2a49451610fbcf50f5097976b56584518351e214')
|
||||||
|
|
||||||
conflicts=(alex)
|
conflicts=(alex)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue