summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-05-16 11:45:31 +0200
committeryo2019-05-16 11:45:31 +0200
commit1676b0a7137f0ee034e45557101af9e0f61bed5a (patch)
treeb3c0600bf5b6b8cb3badfdd1ae4ebce4cb56f2fa
parent6bce0f79da2bcaaf18c54b3157b2badbe4bac530 (diff)
downloadaur-1676b0a7137f0ee034e45557101af9e0f61bed5a.tar.gz
not removing folder when created by user
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a082651aa2e9..31f3a6a5b111 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.2
+ pkgver = 1.0.4
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.2.tar.gz
- sha256sums = e20f1e8480b534ddf36f531eb778fb8605c459ef74c05362d9998f96f79493d3
+ source = https://files.pythonhosted.org/packages/source/z/zipfs/zipfs-1.0.4.tar.gz
+ sha256sums = 472a97123650df7734f6c903aac21e5e87e1657ded3a24a4fb7cbc5c9d709ea0
pkgname = zipf
diff --git a/PKGBUILD b/PKGBUILD
index 781f4fbb13ce..5931272765a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=zipf
-pkgver='1.0.2'
+pkgver='1.0.4'
pkgrel='1'
pkgdesc='CLI tool to directly zip several files/folders or an existing folder'
arch=('any')
@@ -10,9 +10,9 @@ license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/z/zipfs/zipfs-1.0.2.tar.gz")
-sha256sums=('e20f1e8480b534ddf36f531eb778fb8605c459ef74c05362d9998f96f79493d3')
-#source#=("file:///$MHOME/dev/python/zipf/dist/zipfs-1.0.2.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/z/zipfs/zipfs-1.0.4.tar.gz")
+sha256sums=('472a97123650df7734f6c903aac21e5e87e1657ded3a24a4fb7cbc5c9d709ea0')
+#source#=("file:///$MHOME/dev/python/zipf/dist/zipfs-1.0.4.tar.gz")
#sha256sums#=("SKIP")
build() {