summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormakotosan2020-05-31 16:50:38 +0200
committermakotosan2020-05-31 16:50:38 +0200
commit1728e3a54cdbf44125f9619e7c73144033105f73 (patch)
tree7492ac8723c5f6f1fc5b54ac117eb5326002e82a
parenta1793320a4e06472c626030f93236301a18a9d06 (diff)
downloadaur-1728e3a54cdbf44125f9619e7c73144033105f73.tar.gz
Whitespaces bug fixed, ver upd to 0.1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e73680f5337..b3a78e60b992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wpfind
pkgdesc = Find wallpapers among other files and directories and copy/move them in specified directories. Very useful to clean your mess :-P
- pkgver = 0.1.3
+ pkgver = 0.1.3.2
pkgrel = 1
url = https://makotonoblog.be/wpfind/
arch = any
@@ -8,8 +8,8 @@ pkgbase = wpfind
depends = bash
depends = detox
depends = imagemagick
- source = wpfind-0.1.3.tar.gz::https://github.com/shakasan/wpfind/archive/0.1.3.tar.gz
- md5sums = aa9329df08255fb4fcc4904cea10fada
+ source = wpfind-0.1.3.2.tar.gz::https://github.com/shakasan/wpfind/archive/0.1.3.2.tar.gz
+ md5sums = baf8efbb0edca2c8843ce9f463ecadf2
pkgname = wpfind
diff --git a/PKGBUILD b/PKGBUILD
index b69efc0f14ef..96e437efcd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francois B Makoto <francois at makotonoblog dot be>
pkgname=wpfind
-pkgver=0.1.3
+pkgver=0.1.3.2
pkgrel=1
pkgdesc="Find wallpapers among other files and directories and copy/move them in specified directories. Very useful to clean your mess :-P"
arch=('any')
@@ -19,7 +19,7 @@ install=
changelog=
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/shakasan/${pkgname}/archive/${pkgver}.tar.gz")
noextract=()
-md5sums=('aa9329df08255fb4fcc4904cea10fada')
+md5sums=('baf8efbb0edca2c8843ce9f463ecadf2')
package() {
cd "$pkgname-$pkgver"