[arch-commits] Commit in python-transaction/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 16 19:16:19 UTC 2020
Date: Wednesday, December 16, 2020 @ 19:16:18
Author: felixonmars
Revision: 776905
upgpkg: python-transaction 3.0.1-1
Modified:
python-transaction/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-16 19:14:47 UTC (rev 776904)
+++ PKGBUILD 2020-12-16 19:16:18 UTC (rev 776905)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-transaction
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
pkgdesc='Transaction management for Python'
arch=('any')
license=('ZPL')
@@ -10,8 +10,8 @@
depends=('python-zope-interface')
makedepends=('python-setuptools' 'python-zope-interface')
checkdepends=('python-nose' 'python-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/transaction/archive/$pkgver.tar.gz")
-sha512sums=('9f1c80fec205e8d13e8093c46dcd93fd27a5303bceca2b29e3d239f40c801355b131064fd695908cc166b8a4395d60d9deaec1a93cdbcd160417edd113c1fd8b')
+source=("https://github.com/zopefoundation/transaction/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('13570cd074a0f185842a2dfabb7b80d62a81a8de0149f9d40659ad15d3a8405734f5fbd1042b36dffdf2dbfa3c3a95cce5af9f938426069a40a2e614a69a63f5')
build() {
cd transaction-$pkgver
More information about the arch-commits
mailing list