Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-hatch-nodejs-version
Commits: 0e34b734 by Antonio Rojas at 2023-10-18T00:03:03+02:00 upgpkg: 0.3.2-1: Update to 0.3.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-hatch-nodejs-version + pkgdesc = Hatch plugin for versioning from a package.json file + pkgver = 0.3.2 + pkgrel = 1 + url = https://github.com/agoose77/hatch-nodejs-version + arch = any + license = MIT + checkdepends = python-pytest + makedepends = python-build + makedepends = python-installer + depends = python + depends = python-hatchling + source = https://github.com/agoose77/hatch-nodejs-version/archive/v0.3.2/python-hatch-nodejs-version-0.3.2.tar.gz + sha256sums = c01dae87afcb7b6db421b5248154de26c556e569e2631e9f146bc5c78447eee6 + +pkgname = python-hatch-nodejs-version ===================================== PKGBUILD ===================================== @@ -1,17 +1,19 @@ # Maintainer: pkgname=python-hatch-nodejs-version -pkgver=0.3.1 -pkgrel=3 +pkgver=0.3.2 +pkgrel=1 pkgdesc='Hatch plugin for versioning from a package.json file' arch=(any) url='https://github.com/agoose77/hatch-nodejs-version' license=(MIT) -depends=(python-hatchling) -makedepends=(python-build python-installer) +depends=(python + python-hatchling) +makedepends=(python-build + python-installer) checkdepends=(python-pytest) source=(https://github.com/agoose77/hatch-nodejs-version/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('9959efbee3021dba4da7f8c152cacf104c746341ed176cd0488cbf3b45deba4d') +sha256sums=('c01dae87afcb7b6db421b5248154de26c556e569e2631e9f146bc5c78447eee6') build() { cd hatch-nodejs-version-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch-nodejs-version/-/commit/0e34b734a6105a5dda5a0dad3abc427f627a9287 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch-nodejs-version/-/commit/0e34b734a6105a5dda5a0dad3abc427f627a9287 You're receiving this email because of your account on gitlab.archlinux.org.
