diff options
author | = | 2020-04-21 22:02:59 +0200 |
---|---|---|
committer | = | 2020-04-21 22:02:59 +0200 |
commit | c3ea8e7c6234eeed78c8839fa6ed7ca1244b9b57 (patch) | |
tree | 2677c0fc2bbe653271341fbbe1370351f7aecd1d | |
parent | 1676b0a7137f0ee034e45557101af9e0f61bed5a (diff) | |
download | aur-zipf.tar.gz |
clean code
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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") |