summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2023-09-14 18:12:06 +0200
committerMagnus Boman2023-09-14 18:12:06 +0200
commit243eb7accb9d9a8314e447dd60c457973a9bc45c (patch)
tree336365fe66ba5141761dda1f628017d816e94e8c
parent30f4b7c26609736b27affc20d7349fed77b12606 (diff)
downloadaur-243eb7accb9d9a8314e447dd60c457973a9bc45c.tar.gz
upgpkg: jdupes-git 1.27.3.r19.g39eab01-1
switch to libjodycode-git as the build keeps breaking with stable
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b8efea43379..3348a21c9e9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jdupes-git
pkgdesc = A program for identifying duplicate files residing within specified directories (git)
- pkgver = 1.26.1.r17.gdac5853
+ pkgver = 1.27.3.r19.g39eab01
pkgrel = 1
url = https://github.com/jbruchon/jdupes
arch = i686
@@ -8,7 +8,7 @@ pkgbase = jdupes-git
license = MIT
makedepends = git
depends = glibc
- depends = libjodycode
+ depends = libjodycode-git
depends = xxhash
provides = jdupes
conflicts = jdupes
diff --git a/PKGBUILD b/PKGBUILD
index e1fc4b2659a5..976c45e07119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Arnoud Willemsen <mail at lynthium dot com>
pkgname=jdupes-git
-pkgver=1.26.1.r17.gdac5853
+pkgver=1.27.3.r19.g39eab01
pkgrel=1
pkgdesc='A program for identifying duplicate files residing within specified directories (git)'
arch=(i686 x86_64)
url=https://github.com/jbruchon/jdupes
license=(MIT)
-depends=(glibc libjodycode xxhash)
+depends=(glibc libjodycode-git xxhash)
makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")