summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2021-03-10 12:00:14 +0300
committersurefire2021-03-10 12:00:14 +0300
commit9be8a751cfb37ec191b41f16755f4bbbf55f9d54 (patch)
tree5645220ffab0f2d43b8d6d3202f26761a2f4083a
parentae688f1d94b22640737b62611c1f281986a750ee (diff)
downloadaur-9be8a751cfb37ec191b41f16755f4bbbf55f9d54.tar.gz
upgpkg: jdupes 1.19.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a263c00af6bf..fa7c916b60b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = jdupes-git
- pkgdesc = jdupes is a program for identifying duplicate files residing within specified directories
- pkgver = 1.11.1+18+g8b65531
+ pkgdesc = Is a program for identifying duplicate files residing within specified directories
+ pkgver = 1.19.1+12+gd583576
pkgrel = 1
- url = https://github.com/jbruchon/jdupes/
+ url = https://github.com/jbruchon/jdupes
arch = i686
arch = x86_64
license = MIT
@@ -10,9 +10,7 @@ pkgbase = jdupes-git
provides = jdupes
conflicts = jdupes
source = jdupes-git::git+https://github.com/jbruchon/jdupes.git
- source = LICENSE
sha256sums = SKIP
- sha256sums = ff95e2262ce1dd788e66c6c8763354e350a46044b8532d92146b7b03a319481a
pkgname = jdupes-git
diff --git a/PKGBUILD b/PKGBUILD
index 5b2caf36038d..e44b3060432a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
# Maintainer: Arnoud Willemsen <mail at lynthium dot com>
pkgname=jdupes-git
-pkgver=1.11.1+18+g8b65531
+pkgver=1.19.1+12+gd583576
pkgrel=1
-pkgdesc="jdupes is a program for identifying duplicate files residing within specified directories"
+pkgdesc="Is a program for identifying duplicate files residing within specified directories"
arch=('i686' 'x86_64')
-url="https://github.com/jbruchon/jdupes/"
+url="https://github.com/jbruchon/jdupes"
license=('MIT')
depends=('glibc')
provides=('jdupes')
conflicts=('jdupes')
-source=("${pkgname}::git+https://github.com/jbruchon/jdupes.git"
- "LICENSE")
-sha256sums=('SKIP'
- 'ff95e2262ce1dd788e66c6c8763354e350a46044b8532d92146b7b03a319481a')
+source=("${pkgname}::git+$url.git")
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
@@ -22,7 +20,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
- make ENABLE_BTRFS=1
+ make ENABLE_BTRFS=1 ENABLE_DEDUPE=1 STATIC_DEDUPE_H=1
}
package(){