summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author=2020-04-21 21:51:01 +0200
committer=2020-04-21 21:51:01 +0200
commitef72c0ac4dc8ad5fac13b4fe706f60628c4aa44a (patch)
tree8aca5050fa9ef5cb93b766e1db2b53afda5a3256
parentda95e8c83c24ebc55f36018d97a89d9c1580e111 (diff)
downloadaur-trashf.tar.gz
fixing help display
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38f130382d0a..684da53fb3d2 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.2
+ pkgver = 1.0.3
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.2.tar.gz
- sha256sums = 3fcaf46be43f7da7086e8633de9a9c03a3cada805945f2004e27df962ffdc0bc
+ source = https://files.pythonhosted.org/packages/source/t/trashf/trashf-1.0.3.tar.gz
+ sha256sums = 0adb2d9129f753f1f9984a5934755802094ca88d219088c2dc142b7c43ff37dd
pkgname = trashf
diff --git a/PKGBUILD b/PKGBUILD
index ce64a3e20108..f560fa435c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=trashf
-pkgver='1.0.2'
+pkgver='1.0.3'
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.2.tar.gz")
-sha256sums=('3fcaf46be43f7da7086e8633de9a9c03a3cada805945f2004e27df962ffdc0bc')
+source=("https://files.pythonhosted.org/packages/source/t/trashf/trashf-1.0.3.tar.gz")
+sha256sums=('0adb2d9129f753f1f9984a5934755802094ca88d219088c2dc142b7c43ff37dd')
#source#=("file:///$MHOME/dev/python/trashf/dist/trashf-1.0.1.tar.gz")
#sha256sums#=("SKIP")