summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoelacanthus2021-10-18 13:53:23 +0800
committerCoelacanthus2021-10-18 13:53:23 +0800
commit0c13151948eea14b042774370ee95a089070b99b (patch)
treee7a369ea26e77fdfa086207297dfef2196b429ef
parentce037ba929d1089be129af2c7e0d428ec2227f01 (diff)
downloadaur-0c13151948eea14b042774370ee95a089070b99b.tar.gz
upgpkg: python-pystun3 1.0.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95cd9b850180..69f757139691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pystun3
pkgdesc = A Python STUN client for getting NAT type and external IP
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/talkiq/pystun3
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 01d1a19b7099..adbe11adc201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pystun3
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Python STUN client for getting NAT type and external IP '
arch=('any')
license=('MIT')
@@ -13,10 +13,6 @@ depends=('python')
source=("$pkgname-$pkgver.tar.gz::https://github.com/talkiq/pystun3/archive/$pkgver.tar.gz")
sha512sums=('3d44205016d44192f3af8e8504e2adc7ce31d1a40042c3cd15c61f207fc923338dc30f0c093dc8ac9269a4e629a8bded6fd4d507b3bb3321de480fbe6fc7804e')
-prepare() {
- cp -a pystun3-$pkgver
-}
-
build() {
cd "$srcdir"/pystun3-$pkgver
python setup.py build