Date: Tuesday, March 28, 2023 @ 07:46:09
  Author: alucryd
Revision: 1429881

archrelease: copy trunk to community-x86_64

Added:
  python-aiodiscover/repos/community-x86_64/PKGBUILD
    (from rev 1429880, python-aiodiscover/trunk/PKGBUILD)
Deleted:
  python-aiodiscover/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-28 07:45:59 UTC (rev 1429880)
+++ PKGBUILD    2023-03-28 07:46:09 UTC (rev 1429881)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-aiodiscover
-pkgver=1.4.14
-pkgrel=1
-pkgdesc='Discover Hosts via ARP and PTR lookup'
-arch=(x86_64)
-url=https://github.com/bdraco/aiodiscover
-license=(APACHE)
-depends=(
-  python
-  python-dnspython
-  python-ifaddr
-  python-netifaces
-  python-pyroute2
-)
-makedepends=(
-  git
-  python-pytest-runner
-  python-setuptools
-  python-wheel
-)
-_tag=a6ea77fdf2e8e3248c3b625d00931b6ca5443dea
-source=(git+https://github.com/bdraco/aiodiscover.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd aiodiscover
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd aiodiscover
-  python setup.py build
-}
-
-package() {
-  cd aiodiscover
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiodiscover/repos/community-x86_64/PKGBUILD (from rev 1429880, 
python-aiodiscover/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-28 07:46:09 UTC (rev 1429881)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-aiodiscover
+pkgver=1.4.15
+pkgrel=1
+pkgdesc='Discover Hosts via ARP and PTR lookup'
+arch=(x86_64)
+url=https://github.com/bdraco/aiodiscover
+license=(APACHE)
+depends=(
+  python
+  python-dnspython
+  python-ifaddr
+  python-netifaces
+  python-pyroute2
+)
+makedepends=(
+  git
+  python-pytest-runner
+  python-setuptools
+  python-wheel
+)
+_tag=ee81c585d5f8b473ea322243e26f0293f514acd0
+source=(git+https://github.com/bdraco/aiodiscover.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd aiodiscover
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd aiodiscover
+  python setup.py build
+}
+
+package() {
+  cd aiodiscover
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to