Date: Saturday, October 22, 2022 @ 07:44:29 Author: dvzrv Revision: 1333425
upgpkg: python-django-mailman3 1.3.8-1: Update to 1.3.8. Modified: python-django-mailman3/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-22 06:42:08 UTC (rev 1333424) +++ PKGBUILD 2022-10-22 07:44:29 UTC (rev 1333425) @@ -2,9 +2,9 @@ _name=django-mailman3 pkgname=python-django-mailman3 -pkgver=1.3.7.r96.gbf4b154 -_commit=bf4b154f04e894dfc60ca58a8de321657a9759e1 # somewhere on master post 1.3.7 -pkgrel=2 +pkgver=1.3.8 +_commit=d59f77a9a6a973a26b267fd585e22c4be81f76cf # refs/tags/1.3.8 +pkgrel=1 pkgdesc="Libraries and templates to Django-based interfaces interacting with Mailman" arch=(any) url="https://gitlab.com/mailman/django-mailman3" @@ -13,7 +13,7 @@ python-mailmanclient python-pytz) makedepends=(git python-build python-installer python-setuptools python-wheel) checkdepends=(python-pytest) -source=(git+https://gitlab.com/mailman/django-mailman3#commit=$_commit) +source=(git+https://gitlab.com/mailman/django-mailman3#tag=$_commit?signed) sha512sums=('SKIP') b2sums=('SKIP') validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj <[email protected]> @@ -20,7 +20,7 @@ pkgver() { cd $_name - git describe --long | sed 's/\([^-]*-g\)/r\1/;s/v//g;s/-/./g' + git describe | sed 's/\([^-]*-g\)/r\1/;s/v//g;s/-/./g' } build() {
