summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Morello2016-12-14 20:42:28 -0500
committerTony Morello2016-12-14 20:42:28 -0500
commit65bab18bd10c939e4ddda6fa75f85f733343729a (patch)
tree7b8134b57fe7f91a730562198b0cb418896d102b
parentaa70d532d7f081200212205af61df70307efbbcd (diff)
downloadaur-65bab18bd10c939e4ddda6fa75f85f733343729a.tar.gz
fixed bug that ran the trash function multiple times when trying to trash files
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
-rw-r--r--trash-1.4.1.tar.gzbin1601 -> 0 bytes
-rw-r--r--trash-1.4.2.tar.gzbin0 -> 1706 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb8d573013bc..1d29f2608318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = trash
pkgdesc = A CLI trash can (recycle bin)
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/tonymorello/trash
arch = i686
arch = x86_64
license = GPL
makedepends = shc
- source = trash-1.4.1.tar.gz
+ source = trash-1.4.2.tar.gz
md5sums = SKIP
pkgname = trash
diff --git a/PKGBUILD b/PKGBUILD
index 0da932ab9e63..51724b06b737 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tony Morello <tony@morellowebdesign.com>
pkgname=trash
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
epoch=
pkgdesc="A CLI trash can (recycle bin)"
diff --git a/trash-1.4.1.tar.gz b/trash-1.4.1.tar.gz
deleted file mode 100644
index c3dceb8a5fc6..000000000000
--- a/trash-1.4.1.tar.gz
+++ /dev/null
Binary files differ
diff --git a/trash-1.4.2.tar.gz b/trash-1.4.2.tar.gz
new file mode 100644
index 000000000000..a3f0f7cfff59
--- /dev/null
+++ b/trash-1.4.2.tar.gz
Binary files differ