summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"