summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-02-07 11:22:21 +0100
committerPhilipp A2019-02-07 11:22:21 +0100
commit0b1f38420bd1d8184250aa3d41d847b0e30d8561 (patch)
tree11078fc12fbb077d23000a1d4292858c95b25945
parentca0d581854713b5465df4cc1579e6f83c55a1cf6 (diff)
downloadaur-0b1f38420bd1d8184250aa3d41d847b0e30d8561.tar.gz
v1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98565f88f938..ec9e6bf4b4a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flit
pkgdesc = Simple packaging tool for simple Python packages.
- pkgver = 1.1
+ pkgver = 1.3
pkgrel = 1
url = http://flit.readthedocs.io
arch = any
@@ -11,9 +11,9 @@ pkgbase = flit
depends = python-requests
depends = python-requests_download
depends = python-docutils
- noextract = flit-1.1-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/flit/flit-1.1-py3-none-any.whl
- sha256sums = 178e6865185b1802aa3b1944f4957d2c83fc56294dc8047d2c4722131f696e61
+ noextract = flit-1.3-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/flit/flit-1.3-py3-none-any.whl
+ sha256sums = 1d93f7a833ed8a6e120ddc40db5c4763bc39bccc75c05081ec8285ece718aefb
pkgname = flit
diff --git a/PKGBUILD b/PKGBUILD
index bc47af0937c5..f96058442c67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=flit
-pkgver=1.1
+pkgver=1.3
pkgrel=1
pkgdesc='Simple packaging tool for simple Python packages.'
arch=('any')
@@ -11,7 +11,7 @@ depends=(python python-pytoml python-requests python-requests_download python-do
makedepends=('python-pip')
_wheel="$pkgname-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${pkgname::1}/$pkgname/$_wheel")
-sha256sums=('178e6865185b1802aa3b1944f4957d2c83fc56294dc8047d2c4722131f696e61')
+sha256sums=('1d93f7a833ed8a6e120ddc40db5c4763bc39bccc75c05081ec8285ece718aefb')
noextract=("$_wheel")
package() {