summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinicius Correa2019-11-19 10:42:14 -0300
committerVinicius Correa2019-11-19 10:42:14 -0300
commited5c945b217a51054d6aba02900ca7cc2182d390 (patch)
tree1221ae5e8dd3e271f0cf4c242753bcc2ff3490ee /PKGBUILD
parente553231d8d2b7234028795396f3c0f593667cb7f (diff)
downloadaur-stoqserver.tar.gz
v0.26.1 correction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99e033a21766..45cd75b48f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://www.stoq.com.br"
license=('GPL')
depends=('python' 'python-flask' 'python-flask-restful' 'python-gevent' 'python-netifaces' 'python-requests' 'python-twisted' 'postgresql')
install=${pkgname}.install
-source=("https://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('66dd7c7a83b21e0138e28c38f27fe45c')
build() {