[arch-commits] Commit in python-markupsafe/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 21:07:54 UTC 2022


    Date: Sunday, March 20, 2022 @ 21:07:53
  Author: felixonmars
Revision: 440338

upgpkg: python-markupsafe 2.1.0-1

Modified:
  python-markupsafe/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 21:06:22 UTC (rev 440337)
+++ PKGBUILD	2022-03-20 21:07:53 UTC (rev 440338)
@@ -3,8 +3,8 @@
 # Contributor: Alex Anthony <alex.anthony28991 at gmail.com>
 
 pkgname=python-markupsafe
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/MarkupSafe"
@@ -12,8 +12,8 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/markupsafe/archive/$pkgver.tar.gz")
-sha512sums=('f9a32c6aebd5057b85ac374d24d14b4ffbe627858932ba551c0cf60f4100afef17436a0c822f195d070b7f0cd73fb099d1726f07b50c30068a0bae500c6387e0')
+source=("https://github.com/pallets/markupsafe/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('2e267be868213dbeb9c99e58ba78ba5a363eddcc1a03d3fb26d96ba6b1c9cde34beb434af3b9a06cfa847fdefc0d4d3c13fdbba157bf0b898f900d0028b6eecf')
 
 build() {
   cd markupsafe-$pkgver



More information about the arch-commits mailing list