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

Antonio Rojas arojas at archlinux.org
Thu Jun 3 13:30:31 UTC 2021


    Date: Thursday, June 3, 2021 @ 13:30:30
  Author: arojas
Revision: 955678

Update to 1.5.3

Modified:
  python-pkgconfig/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-03 13:29:23 UTC (rev 955677)
+++ PKGBUILD	2021-06-03 13:30:30 UTC (rev 955678)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=python-pkgconfig
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
-pkgdesc="Python module to interface with the pkg-config command line tool"
+pkgdesc='Python module to interface with the pkg-config command line tool'
 arch=(any)
-url="https://github.com/matze/pkgconfig"
+url='https://github.com/matze/pkgconfig'
 license=(MIT)
 depends=(python)
 makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/p/pkgconfig/pkgconfig-$pkgver.tar.gz")
-sha256sums=('38d612488f0633755a2e7a8acab6c01d20d63dbc31af75e2a9ac98a6f638ca94')
+source=(https://pypi.io/packages/source/p/pkgconfig/pkgconfig-$pkgver.tar.gz)
+sha256sums=('41fb65d14fa918cedd7e205d95331162692dad2edee1441b485665b1f69a61c7')
 
 package() {
   cd pkgconfig-$pkgver



More information about the arch-commits mailing list