summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author=2020-04-21 21:40:16 +0200
committer=2020-04-21 21:40:16 +0200
commitda95e8c83c24ebc55f36018d97a89d9c1580e111 (patch)
tree37afcb0ee19dbbbac45e29a0dd96cfa87095d49d
parent6dd7379bd6c296ee5c11fe090c9caa60233d5668 (diff)
downloadaur-da95e8c83c24ebc55f36018d97a89d9c1580e111.tar.gz
clean some code
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7626a7e2e9d2..38f130382d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trashf
pkgdesc = CLI tool to safely remove any file and directory by putting them in the trash
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/yoarch/trashf
arch = any
@@ -8,8 +8,8 @@ pkgbase = trashf
makedepends = python
makedepends = python-setuptools
depends = python>=3
- source = https://files.pythonhosted.org/packages/source/t/trashf/trashf-1.0.1.tar.gz
- sha256sums = d6026d56610963605e4c504fad254774fbbe0a3b3da68af421ba10326d4e9312
+ source = https://files.pythonhosted.org/packages/source/t/trashf/trashf-1.0.2.tar.gz
+ sha256sums = 3fcaf46be43f7da7086e8633de9a9c03a3cada805945f2004e27df962ffdc0bc
pkgname = trashf
diff --git a/PKGBUILD b/PKGBUILD
index 78b88d7550de..ce64a3e20108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=trashf
-pkgver='1.0.1'
+pkgver='1.0.2'
pkgrel='1'
pkgdesc='CLI tool to safely remove any file and directory by putting them in the trash'
arch=('any')
@@ -10,8 +10,8 @@ license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/t/trashf/trashf-1.0.1.tar.gz")
-sha256sums=('d6026d56610963605e4c504fad254774fbbe0a3b3da68af421ba10326d4e9312')
+source=("https://files.pythonhosted.org/packages/source/t/trashf/trashf-1.0.2.tar.gz")
+sha256sums=('3fcaf46be43f7da7086e8633de9a9c03a3cada805945f2004e27df962ffdc0bc')
#source#=("file:///$MHOME/dev/python/trashf/dist/trashf-1.0.1.tar.gz")
#sha256sums#=("SKIP")