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

Antonio Rojas arojas at archlinux.org
Fri Feb 19 07:24:27 UTC 2021


    Date: Friday, February 19, 2021 @ 07:24:27
  Author: arojas
Revision: 865553

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-19 07:24:18 UTC (rev 865552)
+++ PKGBUILD	2021-02-19 07:24:27 UTC (rev 865553)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-pkgconfig
-pkgver=1.5.1
-pkgrel=6
-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=('97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f')
-
-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 865552, python-pkgconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-19 07:24:27 UTC (rev 865553)
@@ -0,0 +1,20 @@
+# 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
+}



More information about the arch-commits mailing list