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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 10 19:27:03 UTC 2022


    Date: Thursday, February 10, 2022 @ 19:27:02
  Author: felixonmars
Revision: 1131331

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 19:26:55 UTC (rev 1131330)
+++ PKGBUILD	2022-02-10 19:27:02 UTC (rev 1131331)
@@ -1,17 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-dnslib
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="Simple library to encode/decode DNS wire-format packets"
-arch=('any')
-url="https://bitbucket.org/paulc/dnslib"
-license=('custom:BSD')
-depends=('python')
-source=("https://pypi.io/packages/source/d/dnslib/dnslib-$pkgver.tar.gz")
-sha512sums=('d56000292050fa32f2b8492f2170340e18d791a8a4f9360c38f0dfae3702c282d5f5d1abfa57830cde4b907a8241228e20a7dac18f79dc5e9d8df27ea07e9740')
-
-package() {
-  cd dnslib-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: python-dnslib/repos/community-any/PKGBUILD (from rev 1131330, python-dnslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 19:27:02 UTC (rev 1131331)
@@ -0,0 +1,17 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dnslib
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="Simple library to encode/decode DNS wire-format packets"
+arch=('any')
+url="https://bitbucket.org/paulc/dnslib"
+license=('custom:BSD')
+depends=('python')
+source=("https://pypi.io/packages/source/d/dnslib/dnslib-$pkgver.tar.gz")
+sha512sums=('3b49bfc9e566ecbd648899fe9bb367b7463a1ba4a2b4487ebdf342918dd0bf9e6281fc62e18568164490c0a22f842bedaeffcb61bbeeea0ef75db9d529e6fb46')
+
+package() {
+  cd dnslib-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list