summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfm2019-05-02 23:37:41 +0200
committerpfm2019-05-02 23:37:41 +0200
commit88b461cd11d46aa7977557df72a84dd56c2dfd1e (patch)
treec6ece67de719908cf0141f55d2d5b8bd4fb948bb
parent2e025643fa8733730b73255450fa8251b481f17f (diff)
downloadaur-88b461cd11d46aa7977557df72a84dd56c2dfd1e.tar.gz
Source filename adjusted
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c234d6a3f713..062fb84c3a48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-txsni
pkgdesc = Simple support for running a TLS server with Twisted
pkgver = 0.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/glyph/txsni
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/glyph/txsni/archive/v0.1.9.tar.gz
+ source = txsni-0.1.9.tar.gz::https://github.com/glyph/txsni/archive/v0.1.9.tar.gz
md5sums = c647172765bc4f932b79d53268b8b124
pkgname = python-txsni
diff --git a/PKGBUILD b/PKGBUILD
index 8d9aa968c02b..4075b0cc5c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=("python-txsni" "python2-txsni")
_pkgname=txsni
pkgver=0.1.9
-pkgrel=1
+pkgrel=2
pkgdesc="Simple support for running a TLS server with Twisted"
arch=(any)
url="https://github.com/glyph/txsni"
license=('MIT')
makedepends=("python-setuptools" "python2-setuptools")
-source=("https://github.com/glyph/$_pkgname/archive/v$pkgver.tar.gz")
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/glyph/$_pkgname/archive/v$pkgver.tar.gz")
md5sums=('c647172765bc4f932b79d53268b8b124')
prepare() {