T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / megatools
Commits: fcee7d69 by T.J. Townsend at 2025-03-21T17:17:21-04:00 build from git tag the version scheme would require an epoch for this change, so i'm leaving it as-is until the next version comes out and a new package is built. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -4,22 +4,20 @@ # Contributor: Ondrej Jirman <[email protected]> pkgname=megatools -pkgver=1.11.3.20250203 -_pkgver=${pkgver/+/.} +pkgver=1.11.3 pkgrel=1 pkgdesc='CLI for MEGA' arch=(x86_64) -url=https://xff.cz/megatools +url='https://xff.cz/megatools' license=(GPL2) depends=(curl glib2) -makedepends=(asciidoc docbook2x meson) -source=(https://xff.cz/megatools/builds/$pkgname-$_pkgver.tar.gz{,.asc}) -sha256sums=('37a426ecd360220c9d6c1389c19a9e8f3e07077a9d996e3fd9f756657c1df0a9' - 'SKIP') +makedepends=(asciidoc docbook2x git meson) +source=(git+https://xff.cz/git/megatools?signed#tag=${pkgver}) +sha256sums=('de1722ece8a2a4f96f8ce78698b962a8ec3645de98ea4a1ab442c7e5c8258cdd') validpgpkeys=(EBFBDDE11FB918D44D1F56C1F9F0A873BE9777ED) # Ondrej Jirman <[email protected]> build() { - arch-meson $pkgname-$_pkgver build -D symlinks=true -D man=true + arch-meson $pkgname build -D symlinks=true -D man=true ninja -C build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/megatools/-/commit/fcee7d69947c4a9d5fce0d3a2c6939de0828e289 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/megatools/-/commit/fcee7d69947c4a9d5fce0d3a2c6939de0828e289 You're receiving this email because of your account on gitlab.archlinux.org.
