summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2020-06-12 18:44:01 +0200
committerNarrat2020-06-12 18:44:01 +0200
commit63c2896d52542806e3b2e56291e4a3f6fc20fb2d (patch)
treea960169d4f09d27fc3baf4d8738d55d0b009d87b /PKGBUILD
parentfdec406fdb8290f5d9d781e13c3d6ba68c0b444f (diff)
downloadaur-duff-git.tar.gz
duff-git: Fix URL and switch to upstream repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {