[arch-commits] Commit in miniupnpc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jun 18 23:58:20 UTC 2021


    Date: Friday, June 18, 2021 @ 23:58:20
  Author: anthraxx
Revision: 965211

archrelease: copy trunk to community-x86_64

Added:
  miniupnpc/repos/community-x86_64/PKGBUILD
    (from rev 965210, miniupnpc/trunk/PKGBUILD)
Deleted:
  miniupnpc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 53 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 23:58:16 UTC (rev 965210)
+++ PKGBUILD	2021-06-18 23:58:20 UTC (rev 965211)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Florian Loitsch <archlinux at florian.loitsch.com>
-
-pkgbase=miniupnpc
-pkgname=(miniupnpc python-miniupnpc)
-pkgver=2.1.20191224
-pkgrel=3
-pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
-url='https://miniupnp.tuxfamily.org/'
-arch=('x86_64')
-license=('BSD')
-makedepends=('sh' 'glibc' 'lsb-release' 'python' 'python-setuptools')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha512sums=('d362f914ce9177c1bc46f1f3ae59069c61c0c9c1b6ea7e78003d6b46445d3550835ffc541c2649b5fbc997d035357b461148edb3648135f33d0ce98b54961917'
-            'SKIP')
-b2sums=('85c0b3eb678685bc7192dbee9440ec5f5be80cbac4d6a4e0a6473662c66f05ef512322cd535a142ffe16d3099a86f78ea70645a7eb2979c373e7a486aeab0cd5'
-        'SKIP')
-validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp !) <miniupnp at free.fr>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package_miniupnpc() {
-  depends=(sh glibc)
-  provides=(libminiupnpc.so)
-
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 man3/miniupnpc.3 -t "${pkgdir}/usr/share/man/man3"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python-miniupnpc() {
-  pkgdesc='Python bindings for miniupnpc'
-  depends=(python glibc)
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --optimize=1 --skip-build --root="$pkgdir"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 965210, miniupnpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-18 23:58:20 UTC (rev 965211)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Florian Loitsch <archlinux at florian.loitsch.com>
+
+pkgbase=miniupnpc
+pkgname=(miniupnpc python-miniupnpc)
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
+url='https://miniupnp.tuxfamily.org/'
+arch=('x86_64')
+license=('BSD')
+makedepends=('sh' 'glibc' 'lsb-release' 'python' 'python-setuptools')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha512sums=('d322ae2a99faf01bee52f50a40d4bc2150c67a2f7e15b6078fe92faf2aecfe7ce10bd98cef3d94a77f6f7d1f7d8451cf4cdbf6fe11c9e7c1854ee066300b0116'
+            'SKIP')
+b2sums=('76bd18ad455be91a2b7680f59f59828a592077f3694ea5ed0f42222370d9e3d0e328dac1a6d530abcf28586384369d7c858c32fc3105f79cacad762ac5bc70fc'
+        'SKIP')
+validpgpkeys=(
+  '751E9FF6944A3B36A5432216DB511043A31ACAAF' # miniupnp (miniupnp !) <miniupnp at free.fr>
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package_miniupnpc() {
+  depends=(sh glibc)
+  provides=(libminiupnpc.so)
+
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 man3/miniupnpc.3 -t "${pkgdir}/usr/share/man/man3"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python-miniupnpc() {
+  pkgdesc='Python bindings for miniupnpc'
+  depends=(python glibc)
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --optimize=1 --skip-build --root="$pkgdir"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list