summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e08f35566d10..da64957e95ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
_pkgname=Flask-GSSAPI
pkgname=python-flask-gssapi
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc="HTTP Negotiate (GSSAPI) authentication for Flask"
url="https://github.com/cour4g3/flask-gssapi"
@@ -9,14 +9,14 @@ arch=(any)
license=(custom:MIT)
depends=(python-flask python-gssapi)
makedepends=(git python-setuptools)
-_commit=d3842e14cdf9bf6818d7a154845e951a8e9c058d
+_commit=35e586e8907bc4692c249daa8a6e65c7754906fa
source=("git+https://github.com/cour4g3/flask-gssapi#commit=$_commit")
sha256sums=('SKIP')
-pkgver() {
- cd flask-gssapi
- git describe --tags | sed "s/^v//; s/-/.r/; s/-/./"
-}
+#pkgver() {
+# cd flask-gssapi
+# git describe --tags | sed "s/^v//; s/-/.r/; s/-/./"
+#}
build() {
cd flask-gssapi