[arch-commits] Commit in python-pkgconfig/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Thursday, June 3, 2021 @ 13:31:07
  Author: arojas
Revision: 955679

archrelease: copy trunk to community-any

Added:
  python-pkgconfig/repos/community-any/PKGBUILD
    (from rev 955678, python-pkgconfig/trunk/PKGBUILD)
Deleted:
  python-pkgconfig/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-03 13:30:30 UTC (rev 955678)
+++ PKGBUILD	2021-06-03 13:31:07 UTC (rev 955679)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-pkgconfig
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="Python module to interface with the pkg-config command line tool"
-arch=(any)
-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')
-
-package() {
-  cd pkgconfig-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pkgconfig/repos/community-any/PKGBUILD (from rev 955678, python-pkgconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-03 13:31:07 UTC (rev 955679)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-pkgconfig
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Python module to interface with the pkg-config command line tool'
+arch=(any)
+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=('41fb65d14fa918cedd7e205d95331162692dad2edee1441b485665b1f69a61c7')
+
+package() {
+  cd pkgconfig-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list