summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2019-06-10 20:17:02 +0300
committersurefire2019-06-10 20:17:02 +0300
commit1f9b10cfe58263421482a4bf28797fdd1395878c (patch)
tree175d92167ab92078e7b8b1259115c09e03396e12
parent0807bc5164a130f45f2bb8ce19ac7d0d01a510f2 (diff)
downloadaur-1f9b10cfe58263421482a4bf28797fdd1395878c.tar.gz
upgpkg: jdupes 1.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04b39bc3382..f4b833079901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jdupes
pkgdesc = Is a program for identifying duplicate files residing within specified directories
- pkgver = 1.13
+ pkgver = 1.13.1
pkgrel = 1
url = https://github.com/jbruchon/jdupes
arch = i686
arch = x86_64
license = MIT
depends = glibc
- source = jdupes-1.13.tar.gz::https://github.com/jbruchon/jdupes/archive/v1.13.tar.gz
- sha256sums = 4905eb8de725d55ca067bb5bc6fb6aab8fbbd7eb9377db07d189ad528bc554d6
+ source = jdupes-1.13.1.tar.gz::https://github.com/jbruchon/jdupes/archive/v1.13.1.tar.gz
+ sha256sums = 6b68ea30b0d8fceb31ccbc07187133dbff0cc84678752e89ad3270c89322710f
pkgname = jdupes
diff --git a/PKGBUILD b/PKGBUILD
index 3eacd1a53c09..553ecb2b927f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitwave < aur aTt oomlu d0t de>
# Contributor: Peter Hoeg <first name at last name dot com>
pkgname=jdupes
-pkgver=1.13
+pkgver=1.13.1
pkgrel=1
pkgdesc="Is a program for identifying duplicate files residing within specified directories"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/jbruchon/jdupes"
license=('MIT')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('4905eb8de725d55ca067bb5bc6fb6aab8fbbd7eb9377db07d189ad528bc554d6')
+sha256sums=('6b68ea30b0d8fceb31ccbc07187133dbff0cc84678752e89ad3270c89322710f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"