summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-06-30 08:55:23 +0200
committerPhilipp A2020-06-30 08:55:23 +0200
commitd8967f46ec709af1d332732b5f3cf080d5f29c7c (patch)
treeea002cbef1ded3f5392ebd9fd1883bcbf264db9f
parentd86d5b4a8119c19ba8f1e18eff9d7614275eaae6 (diff)
downloadaur-d8967f46ec709af1d332732b5f3cf080d5f29c7c.tar.gz
v1.2.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593b69b4f125..df983924cece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-future-fstrings
pkgdesc = A backport of fstrings to python<3.6
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/asottile/future-fstrings
arch = any
license = MIT
makedepends = install-wheel-scripts
depends = python
- noextract = future_fstrings-1.0.0-py2.py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py2.py3/f/future-fstrings/future_fstrings-1.0.0-py2.py3-none-any.whl
- sha256sums = 928aac9e1879a9fc49b8d873cae4638ce5a70673a79199a9e3b97c821a61de11
+ depends = python-tokenize-rt
+ noextract = future_fstrings-1.2.0-py2.py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py2.py3/f/future-fstrings/future_fstrings-1.2.0-py2.py3-none-any.whl
+ sha256sums = 90e49598b553d8746c4dc7d9442e0359d038c3039d802c91c0a55505da318c63
pkgname = python-future-fstrings
diff --git a/PKGBUILD b/PKGBUILD
index 7c39a1ef852e..f7fecb8c9133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_name=future-fstrings
pkgname=python-$_name
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='A backport of fstrings to python<3.6'
arch=(any)
url="https://github.com/asottile/$_name"
license=(MIT)
-depends=(python)
+depends=(python python-tokenize-rt)
makedepends=(install-wheel-scripts)
_pyarch=py2.py3
_wheel="${_name/-/_}-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel")
-sha256sums=('928aac9e1879a9fc49b8d873cae4638ce5a70673a79199a9e3b97c821a61de11')
+sha256sums=('90e49598b553d8746c4dc7d9442e0359d038c3039d802c91c0a55505da318c63')
noextract=("$_wheel")
package() {