Date: Sunday, February 12, 2023 @ 20:32:14
Author: freswa
Revision: 1400148
upgpkg: python-versioningit 2.2.0-1
Modified:
python-versioningit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-12 20:29:04 UTC (rev 1400147)
+++ PKGBUILD 2023-02-12 20:32:14 UTC (rev 1400148)
@@ -3,7 +3,7 @@
# Contributor:
pkgname=python-versioningit
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='Versioning It with your Version In Git'
arch=('any')
@@ -13,7 +13,7 @@
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('git' 'mercurial' 'python-pytest' 'python-tox')
source=("${pkgname#*n-}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname#*n-}-${pkgver}.tar.gz")
-sha256sums=('73f2965e30d2ebfd7ffab6bf26368f2237570622dd2a49c7fbc1995de9c676d6')
+sha256sums=('eb18e7ba7268a880bf1ccfe92e534e96ab34e0397f28dcbcb3fc0da4f6a5b6bd')
build() {
cd ${pkgname#*n-}-${pkgver}