George Hu pushed to branch main at Arch Linux / Packaging / Packages / typstyle
Commits:
9466d8aa by George Hu at 2026-01-17T23:59:49+08:00
Remove redundant architectures
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -3,8 +3,6 @@ pkgbase = typstyle
pkgver = 0.14.4
pkgrel = 1
url = https://github.com/typstyle-rs/typstyle
- arch = aarch64
- arch = armv7h
arch = x86_64
license = Apache-2.0
makedepends = cargo
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=typstyle
pkgver=0.14.4
pkgrel=1
pkgdesc="Beautiful and reliable typst code formatter"
-arch=("aarch64" "armv7h" "x86_64")
+arch=('x86_64')
url="https://github.com/typstyle-rs/typstyle"
license=("Apache-2.0")
depends=("gcc-libs" "glibc")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/9466d8aa0dbb9eae5bcf299cd59a6f284c165f7d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/9466d8aa0dbb9eae5bcf299cd59a6f284c165f7d
You're receiving this email because of your account on gitlab.archlinux.org.