Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / tcc
Commits:
7d9e56ab by Christian Hesse at 2026-02-02T22:23:56+01:00
use spdx identifier for license
- - - - -
db8d43d8 by Christian Hesse at 2026-02-02T22:28:40+01:00
upgpkg: 0.9.27.r1337.gb39cbc70-1: pull in changes from git
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = tcc
pkgdesc = Tiny C Compiler (tinycc)
- pkgver = 0.9.27.r1151.gb8b6a5fd
+ pkgver = 0.9.27.r1337.gb39cbc70
pkgrel = 1
url = https://bellard.org/tcc/
arch = x86_64
- license = LGPL
+ license = LGPL-2.0-or-later
makedepends = git
depends = glibc
options = docs
options = staticlibs
- source =
git+https://repo.or.cz/tinycc.git#commit=b8b6a5fd7b4e8cab8e5a5d01064cf5bf2b5eed95
- sha256sums =
803cc5e1f2b29b3abbb3ca9f9cbcb8302c77c8d443247d73697e90a56b168db6
+ source =
git+https://repo.or.cz/tinycc.git#commit=b39cbc70c4ccc0540c2ef65010b8241caf005ad4
+ sha256sums =
1f247760aebaf9d093be38ee500d860a22bd6b5d091a4735046e4e172c4d5b5d
pkgname = tcc
=====================================
PKGBUILD
=====================================
@@ -7,18 +7,18 @@
# Contributor: Jeremy Cowgar <[email protected]>
pkgname=tcc
-_commit='b8b6a5fd7b4e8cab8e5a5d01064cf5bf2b5eed95'
-pkgver=0.9.27.r1151.gb8b6a5fd
+_commit='b39cbc70c4ccc0540c2ef65010b8241caf005ad4'
+pkgver=0.9.27.r1337.gb39cbc70
pkgrel=1
pkgdesc='Tiny C Compiler (tinycc)'
arch=('x86_64')
url='https://bellard.org/tcc/'
-license=('LGPL')
+license=('LGPL-2.0-or-later')
depends=('glibc')
makedepends=('git')
options=('docs' 'staticlibs')
source=("git+https://repo.or.cz/tinycc.git#commit=${_commit}")
-sha256sums=('803cc5e1f2b29b3abbb3ca9f9cbcb8302c77c8d443247d73697e90a56b168db6')
+sha256sums=('1f247760aebaf9d093be38ee500d860a22bd6b5d091a4735046e4e172c4d5b5d')
pkgver() {
cd tinycc
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tcc/-/compare/d603c89b6c0eeceae3fb79edf37384b4d89ee1df...db8d43d8276c1c6c2d98ce97c8041eb27abc86dd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tcc/-/compare/d603c89b6c0eeceae3fb79edf37384b4d89ee1df...db8d43d8276c1c6c2d98ce97c8041eb27abc86dd
You're receiving this email because of your account on gitlab.archlinux.org.