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

Antonio Rojas arojas at archlinux.org
Thu Jun 3 16:06:02 UTC 2021


    Date: Thursday, June 3, 2021 @ 16:06:02
  Author: arojas
Revision: 955694

archrelease: copy trunk to community-any

Added:
  python-pkgconfig/repos/community-any/PKGBUILD
    (from rev 955693, 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 16:05:51 UTC (rev 955693)
+++ PKGBUILD	2021-06-03 16:06:02 UTC (rev 955694)
@@ -1,20 +0,0 @@
-# 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
-}

Copied: python-pkgconfig/repos/community-any/PKGBUILD (from rev 955693, python-pkgconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-03 16:06:02 UTC (rev 955694)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-pkgconfig
+pkgver=1.5.4
+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=('c34503829fd226822fd93c902b1cf275516908a023a24be0a02ba687f3a00399')
+
+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