summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2017-10-07 12:48:18 -0400
committerbrent s2017-10-07 12:48:18 -0400
commit02557a575f0b9ccfe07f7731f088eb709a887a67 (patch)
tree30648c6d80ac129a7612fe42129d21ff8719af95
parentb8207dc25bd772612dad390184cb57d92e43035f (diff)
downloadaur-02557a575f0b9ccfe07f7731f088eb709a887a67.tar.gz
forgot the license in the source array
-rw-r--r--.SRCINFO8
-rw-r--r--LICENSE.sigbin0 -> 566 bytes
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a63636de545..d1af7c21ad6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 7 16:30:30 UTC 2017
+# Sat Oct 7 16:48:18 UTC 2017
pkgbase = python-whois
pkgdesc = Whois querying and parsing of domain registration information
pkgver = 0.6.5
- pkgrel = 2
+ pkgrel = 3
url = https://bitbucket.org/richardpenman/pywhois
arch = i686
arch = x86_64
@@ -15,8 +15,12 @@ pkgbase = python-whois
depends = python
depends = python2
source = https://files.pythonhosted.org/packages/source/p/python-whois/python-whois-0.6.5.tar.gz
+ source = LICENSE
source = python-whois-0.6.5.tar.gz.sig
+ source = LICENSE.sig
sha512sums = 23d328ed45593b814079f52e24ca1df0d4db90cec5bc5ac8f5a4a1975458871511828ce0180b08c8edf9716ad0628eef38e087e6b9941e53636636332e5c5dc1
+ sha512sums = 8cf4065e880c751354fffe41f513b95c6bad6bd28033d7a660bd52636cae0c313f9b60f4c53234320699fc0b44d9e4b42bb06f543733b41e0de07a68068099d1
+ sha512sums = SKIP
sha512sums = SKIP
pkgname = python-whois
diff --git a/LICENSE.sig b/LICENSE.sig
new file mode 100644
index 000000000000..097dd456c251
--- /dev/null
+++ b/LICENSE.sig
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index ceb8556ad2ed..fc00e713a5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=python-whois
pkgver=0.6.5
-pkgrel=2
+pkgrel=3
pkgdesc="Whois querying and parsing of domain registration information"
arch=( 'i686' 'x86_64' )
url="https://bitbucket.org/richardpenman/pywhois"
@@ -16,8 +16,12 @@ install=
changelog=
noextract=()
source=("https://files.pythonhosted.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
- "${_pkgname}-${pkgver}.tar.gz.sig")
+ "LICENSE"
+ "${_pkgname}-${pkgver}.tar.gz.sig"
+ "LICENSE.sig")
sha512sums=('23d328ed45593b814079f52e24ca1df0d4db90cec5bc5ac8f5a4a1975458871511828ce0180b08c8edf9716ad0628eef38e087e6b9941e53636636332e5c5dc1'
+ '8cf4065e880c751354fffe41f513b95c6bad6bd28033d7a660bd52636cae0c313f9b60f4c53234320699fc0b44d9e4b42bb06f543733b41e0de07a68068099d1'
+ 'SKIP'
'SKIP')
package_python-whois() {