summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author=2020-04-21 22:02:59 +0200
committer=2020-04-21 22:02:59 +0200
commitc3ea8e7c6234eeed78c8839fa6ed7ca1244b9b57 (patch)
tree2677c0fc2bbe653271341fbbe1370351f7aecd1d
parent1676b0a7137f0ee034e45557101af9e0f61bed5a (diff)
downloadaur-zipf.tar.gz
clean code
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31f3a6a5b111..d0f235c7c81a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zipf
pkgdesc = CLI tool to directly zip several files/folders or an existing folder
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/yoarch/zipf
arch = any
@@ -8,8 +8,8 @@ pkgbase = zipf
makedepends = python
makedepends = python-setuptools
depends = python>=3
- source = https://files.pythonhosted.org/packages/source/z/zipfs/zipfs-1.0.4.tar.gz
- sha256sums = 472a97123650df7734f6c903aac21e5e87e1657ded3a24a4fb7cbc5c9d709ea0
+ source = https://files.pythonhosted.org/packages/source/z/zipfs/zipfs-1.0.5.tar.gz
+ sha256sums = fcf7ccac767ccc326e4f4843aa11e0e053dac8946d7f5cc7bedc70bba312c82e
pkgname = zipf
diff --git a/PKGBUILD b/PKGBUILD
index 5931272765a5..b4140c0dfbab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=zipf
-pkgver='1.0.4'
+pkgver='1.0.5'
pkgrel='1'
pkgdesc='CLI tool to directly zip several files/folders or an existing folder'
arch=('any')
@@ -10,8 +10,8 @@ license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/z/zipfs/zipfs-1.0.4.tar.gz")
-sha256sums=('472a97123650df7734f6c903aac21e5e87e1657ded3a24a4fb7cbc5c9d709ea0')
+source=("https://files.pythonhosted.org/packages/source/z/zipfs/zipfs-1.0.5.tar.gz")
+sha256sums=('fcf7ccac767ccc326e4f4843aa11e0e053dac8946d7f5cc7bedc70bba312c82e')
#source#=("file:///$MHOME/dev/python/zipf/dist/zipfs-1.0.4.tar.gz")
#sha256sums#=("SKIP")