mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/asteroid-calendar: upgrade to 2.0.0
This commit is contained in:
parent
db66bcca09
commit
b22851ecfa
@ -1,9 +1,11 @@
|
||||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
|
||||
# The group tag is just to easily find this APKBUILD by some scripts for automation
|
||||
# group=asteroid
|
||||
pkgname=asteroid-calendar
|
||||
pkgver=0_git20230516
|
||||
pkgver=2.0.0
|
||||
pkgrel=0
|
||||
_commit="295408947dac3844cbb6f0a94b9b5dcb537a82c8"
|
||||
pkgdesc="Default calendar app for AsteroidOS"
|
||||
url="https://github.com/AsteroidOS/asteroid-calendar"
|
||||
# armhf blocked by nemo-qml-plugin-calendar
|
||||
@ -22,9 +24,8 @@ makedepends="
|
||||
qt5-qtdeclarative-dev
|
||||
samurai
|
||||
"
|
||||
source="https://github.com/AsteroidOS/asteroid-calendar/archive/$_commit/asteroid-calendar-$_commit.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/AsteroidOS/asteroid-calendar/archive/refs/tags/$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
builddir="$srcdir/$pkgname-$_commit"
|
||||
|
||||
build() {
|
||||
cmake -B build -G Ninja \
|
||||
@ -38,5 +39,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
36abab6b5177dbc6b703561c7dc2962b484137e48bd9c7e8e1da27b656ac3de50b279b367005ac95833951ff8d104e54bbdd349e6a487e228bd7a839d3b13d00 asteroid-calendar-295408947dac3844cbb6f0a94b9b5dcb537a82c8.tar.gz
|
||||
c4515928cef970c099a72fa468fa92fe213518946f46af1382e6b983ade66a9bebcc466a9dbf3842fb5f64704169ea0ca616734da30e6f3eaa256cf2ff8cdab0 asteroid-calendar-2.0.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user