summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2019-11-20 21:58:37 -0500
committerStick2019-11-20 21:58:37 -0500
commiteeb4ed10fafe8ee2bc65009101a98d1b12c8034e (patch)
tree548969be419bc5769ba0da438f7ad1d7f4a53024
parent4d50e444a63a62ee22129c6162f60de5d5a330c6 (diff)
downloadaur-eeb4ed10fafe8ee2bc65009101a98d1b12c8034e.tar.gz
fix the stupid
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eab99f6866d..00998d9323ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-geventhttpclient-wheels-git
pkgdesc = A high performance, concurrent http client library for python with gevent
pkgver = 1.3.1dev2.r0.g4d83606
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/locustio/geventhttpclient
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-geventhttpclient-wheels-git
makedepends = python-setuptools
depends = python-certifi
provides = python-geventhttpclient-wheels
- conflicts = pyhon-geventhttpclient-wheels
+ conflicts = python-geventhttpclient-wheels
source = python-geventhttpclient-wheels-git::git+https://github.com/locustio/geventhttpclient
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3b004fdb5ff3..86e25f998239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Stick <stick@stma.is>
-_pkg=geventhttpclient-wheels
-pkgname="python-$_pkg-git"
+_pkg=python-geventhttpclient-wheels
+pkgname="$_pkg-git"
pkgver=1.3.1dev2.r0.g4d83606
-pkgrel=3
+pkgrel=4
pkgdesc="A high performance, concurrent http client library for python with gevent"
arch=('x86_64')
url='https://github.com/locustio/geventhttpclient'
@@ -11,8 +11,8 @@ license=('MIT')
depends=('python-certifi')
makedepends=('git'
'python-setuptools')
-provides=("python-$_pkg")
-conflicts=("pyhon-$_pkg")
+provides=("$_pkg")
+conflicts=("$_pkg")
source=("$pkgname::git+$url")
md5sums=('SKIP')