[arch-commits] Commit in fdupes/trunk (PKGBUILD)

Xyne xyne at archlinux.org
Sun Feb 14 19:46:05 UTC 2016


    Date: Sunday, February 14, 2016 @ 20:46:05
  Author: xyne
Revision: 161554

upgpkg: fdupes 1.51-3

New upstream website.

Modified:
  fdupes/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-14 19:29:31 UTC (rev 161553)
+++ PKGBUILD	2016-02-14 19:46:05 UTC (rev 161554)
@@ -5,23 +5,23 @@
 
 pkgname=fdupes
 pkgver=1.51
-pkgrel=2
+pkgrel=3
 pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/fdupes/"
+url="https://github.com/adrianlopezroche/fdupes"
 license=('MIT')
 depends=(glibc)
-source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
-sha256sums=('87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881'
+source=(https://github.com/adrianlopezroche/fdupes/archive/master.zip LICENSE)
+sha256sums=('367dafb279558e5a857f4389243c2dc6cee1164a9de7110292df89c89d6991b0'
             '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-master"
   make  PREFIX=/usr
 }
 
 package(){
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-master"
   install -d "$pkgdir"/usr/{share/man/man1,bin}
   make \
     PREFIX="$pkgdir/usr" \



More information about the arch-commits mailing list