diff --git a/python/python-hatch-vcs/.SRCINFO b/python/python-hatch-vcs/.SRCINFO new file mode 100644 index 0000000000..b81e6807ac --- /dev/null +++ b/python/python-hatch-vcs/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = python-hatch-vcs + pkgdesc = Hatch plugin for versioning with your preferred VCS + pkgver = 0.4.0 + pkgrel = 4 + url = https://github.com/ofek/hatch-vcs + arch = any + license = MIT + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + depends = python-hatchling + depends = python-setuptools-scm + source = git+https://github.com/ofek/hatch-vcs.git#commit=e186a8b5d97dd9c9f93ae6015139b55411d9011b + sha512sums = SKIP + +pkgname = python-hatch-vcs diff --git a/python/python-hatch-vcs/.nvchecker.toml b/python/python-hatch-vcs/.nvchecker.toml new file mode 100644 index 0000000000..c302edf08f --- /dev/null +++ b/python/python-hatch-vcs/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-hatch-vcs] +source = "git" +git = "https://github.com/ofek/hatch-vcs.git" +prefix = "v" diff --git a/python/python-hatch-vcs/PKGBUILD b/python/python-hatch-vcs/PKGBUILD index 569d06b394..cbac9a8657 100644 --- a/python/python-hatch-vcs/PKGBUILD +++ b/python/python-hatch-vcs/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-hatch-vcs pkgver=0.4.0 _commit=e186a8b5d97dd9c9f93ae6015139b55411d9011b -pkgrel=3 +pkgrel=4 pkgdesc="Hatch plugin for versioning with your preferred VCS" url="https://github.com/ofek/hatch-vcs" license=('MIT')