summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2023-10-07 20:03:03 +0200
committerMagnus Boman2023-10-07 20:03:03 +0200
commit82d854a11e1cd49f5b19efa9d93c776a57b2ebb3 (patch)
tree2894003fedf1b402adc14c9259c00cd479ce3d8a
parent243eb7accb9d9a8314e447dd60c457973a9bc45c (diff)
downloadaur-82d854a11e1cd49f5b19efa9d93c776a57b2ebb3.tar.gz
upgpkg: jdupes-git 1.27.3.r32.g81b9ced-1
Upstream moved to codeberg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3348a21c9e9c..0835a0638b39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = jdupes-git
pkgdesc = A program for identifying duplicate files residing within specified directories (git)
- pkgver = 1.27.3.r19.g39eab01
+ pkgver = 1.27.3.r32.g81b9ced
pkgrel = 1
- url = https://github.com/jbruchon/jdupes
+ url = https://www.jdupes.com
arch = i686
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = jdupes-git
depends = xxhash
provides = jdupes
conflicts = jdupes
- source = git+https://github.com/jbruchon/jdupes.git
+ source = git+https://codeberg.org/jbruchon/jdupes.git
source = jdupes-system-xxhash.patch
sha256sums = SKIP
sha256sums = b4df170f8ea5569808e0c4f84a1af24282ea53233db760d97531e50df8eea1c4
diff --git a/PKGBUILD b/PKGBUILD
index 976c45e07119..4de3a5eb72af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Arnoud Willemsen <mail at lynthium dot com>
pkgname=jdupes-git
-pkgver=1.27.3.r19.g39eab01
+pkgver=1.27.3.r32.g81b9ced
pkgrel=1
pkgdesc='A program for identifying duplicate files residing within specified directories (git)'
arch=(i686 x86_64)
-url=https://github.com/jbruchon/jdupes
+url=https://www.jdupes.com
license=(MIT)
depends=(glibc libjodycode-git xxhash)
makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=(git+"${url}".git
+source=(git+https://codeberg.org/jbruchon/jdupes.git
jdupes-system-xxhash.patch)
sha256sums=('SKIP'
'b4df170f8ea5569808e0c4f84a1af24282ea53233db760d97531e50df8eea1c4')