summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffed4b97ed00..9d86573bb390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = duff-git
pkgdesc = A command-line utility for quickly finding duplicates in a given set of files
pkgver = 0.5.2.r56.g3c8eb2f
pkgrel = 1
- url = http://duff.dreda.org/
+ url = https://github.com/elmindreda/duff
arch = i686
arch = x86_64
license = custom
@@ -11,7 +11,7 @@ pkgbase = duff-git
depends = sh
provides = duff
conflicts = duff
- source = git+https://github.com/fsiler/duff.git
+ source = git+https://github.com/elmindreda/duff.git
md5sums = SKIP
pkgname = duff-git
diff --git a/PKGBUILD b/PKGBUILD
index 81468f933a8f..e19d299a66a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=0.5.2.r56.g3c8eb2f
pkgrel=1
pkgdesc="A command-line utility for quickly finding duplicates in a given set of files"
arch=('i686' 'x86_64')
-url="http://duff.dreda.org/"
+url="https://github.com/elmindreda/duff"
license=('custom')
depends=('glibc' 'sh')
makedepends=('git')
conflicts=('duff')
provides=('duff')
-source=("git+https://github.com/fsiler/${pkgname%-git}.git")
+source=("git+https://github.com/elmindreda/${pkgname%-git}.git")
md5sums=('SKIP')
pkgver() {