George Hu pushed to branch main at Arch Linux / Packaging / Packages / fvm
Commits:
b2ebf771 by George Hu at 2025-11-07T20:22:55+08:00
Simplify source
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -11,7 +11,7 @@ pkgbase = fvm
depends = unzip
options = !strip
options = !debug
- source =
fvm-4.0.1.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/4.0.1.tar.gz
+ source =
fvm-4.0.1.tar.gz::https://github.com/leoafarias/fvm/archive/4.0.1.tar.gz
sha256sums =
c18df2551ef72b9cb37a51dbd595509416b69e13830d6de8c547a621544e37a0
pkgname = fvm
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ url="https://${pkgname}.app"
license=('MIT')
depends=('git' 'glibc' 'unzip')
makedepends=('dart')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leoafarias/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leoafarias/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('c18df2551ef72b9cb37a51dbd595509416b69e13830d6de8c547a621544e37a0')
options=('!strip' '!debug')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fvm/-/commit/b2ebf7719a575cd069c2221f09e4ded22975ce7d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fvm/-/commit/b2ebf7719a575cd069c2221f09e4ded22975ce7d
You're receiving this email because of your account on gitlab.archlinux.org.