summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-07-24 12:51:56 +0200
committerPhilipp A2018-07-24 12:51:56 +0200
commitc51a8e6c1a18e7dae15aa0d7997df59169e404a6 (patch)
tree0979f54f4c9402217d9564fef19d338a5db1af96
parent7684ef5e247f8cdc2816c414e8385e9989d4450a (diff)
downloadaur-c51a8e6c1a18e7dae15aa0d7997df59169e404a6.tar.gz
v1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 321b43d2537d..b5e961e7923f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flit
pkgdesc = Simple packaging tool for simple Python packages.
- pkgver = 0.13
+ pkgver = 1.0
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-0.13-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/flit/flit-0.13-py3-none-any.whl
- sha256sums = 26bf9a3a9b743fed085420b4eed24f78341c0d2103a5f726980f7e7750400e81
+ noextract = flit-1.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/flit/flit-1.0-py3-none-any.whl
+ sha256sums = 5eba92b254f198e534855919c1596d68bb46a7ee2adab60037df6268672dba38
pkgname = flit
diff --git a/PKGBUILD b/PKGBUILD
index dfc0a35f60b1..cbcd081e2a2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=flit
-pkgver=0.13
+pkgver=1.0
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=('26bf9a3a9b743fed085420b4eed24f78341c0d2103a5f726980f7e7750400e81')
+sha256sums=('5eba92b254f198e534855919c1596d68bb46a7ee2adab60037df6268672dba38')
noextract=("$_wheel")
package() {