Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / semver
Commits: f84bbefc by Felix Yan at 2023-09-15T13:29:20+03:00 upgpkg: 7.5.1-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=semver -pkgver=7.5.0 +pkgver=7.5.1 pkgrel=1 pkgdesc='The semantic version parser used by npm' arch=('any') @@ -11,7 +11,7 @@ depends=('nodejs') makedepends=('npm') source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz) -sha512sums=('f970b4003fd1ed0da63d246ecb621dd3e0864d9f7cfbc7fe2afc22af138a204ca277e5d2c7a1db0bade9f8ee089dd4c7b97e59f89c50d138210a43b90a0ff61c') +sha512sums=('5afb2ce62be5f133116575c44acb41038b91e625e010dfd50b9fec39cb977552f371d933e0759eb48a117c6e606f95fe8a3fc6f6bc3d6281a7dd0a10f0e092a7') package() { npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/semver/-/commit/f84bbefcf5c7c321cc5dcc36ed3463e3d24591bd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/semver/-/commit/f84bbefcf5c7c321cc5dcc36ed3463e3d24591bd You're receiving this email because of your account on gitlab.archlinux.org.
