Use new build setup
Some checks failed
Build and Deploy on Tag / 🔨 Build for PowerPC (push) Successful in 30s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-riscv64:latest, riscv64-linux-gnu, riscv64) (push) Successful in 3m4s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x64:latest, x86_64-linux-gnu, amd64) (push) Successful in 3m9s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm:latest, arm-linux-gnueabihf, arm7) (push) Successful in 3m18s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm64:latest, aarch64-linux-gnu, arm64) (push) Successful in 3m24s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x86:latest, i386-linux-gnu, 386) (push) Successful in 57s
Build and Deploy on Tag / update-tap (push) Has been cancelled

This commit is contained in:
2026-06-20 01:34:32 -05:00
parent 15785225e0
commit 7aa7635ab6
2 changed files with 4 additions and 4 deletions

View File

@@ -36,13 +36,13 @@ version_schema: semver
# Version Epoch.
# A package with a higher version epoch will always be considered newer.
# See: https://www.debian.org/doc/debian-policy/ch-controlfields.html#epochs-should-be-used-sparingly
epoch: 1
#epoch: 1
# Version Prerelease.
# Default is extracted from `version` if it is semver compatible.
# This is appended to the `version`, e.g. `1.2.3+beta1`. If the `version` is
# semver compatible, then this replaces the prerelease component of the semver.
prerelease: alpha
#prerelease: alpha
# Version Metadata (previously deb.metadata).
# Default is extracted from `version` if it is semver compatible.
@@ -107,7 +107,7 @@ license: GPLv3
# Disables globbing for files, config_files, etc.
# disable_globbing: false
depends:
- tessesframework (>= @CROSSLANG_TF_VERSION@)
- tessesframework (= @CROSSLANG_TF_VERSION@-1)
# Packages it replaces. (overridable)
# This will expand any env var you set in the field, e.g. ${REPLACE_BLA}

View File

@@ -7,7 +7,7 @@ arch=('powerpc')
url="https://git.tesses.org/tesses50/crosslang"
license=('GPLv3')
groups=()
depends=('tessesframework>=@CROSSLANG_TF_VERSION@')
depends=('tessesframework=@CROSSLANG_TF_VERSION@-1')
makedepends=('git' 'cmake' 'make' 'base-devel' 'wget') # 'bzr', 'git', 'mercurial' or 'subversion'
install=
source=()