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

Sébastien Luttringer seblu at archlinux.org
Thu Sep 25 22:25:47 UTC 2014


    Date: Friday, September 26, 2014 @ 00:25:47
  Author: seblu
Revision: 119581

upgpkg: hardlink 0.3.0-1

Modified:
  hardlink/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-25 20:36:23 UTC (rev 119580)
+++ PKGBUILD	2014-09-25 22:25:47 UTC (rev 119581)
@@ -2,15 +2,16 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=hardlink
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='Replace file copies using hardlinks'
 arch=('i686' 'x86_64')
 url='http://jak-linux.org/projects/hardlink/'
 license=('custom: MIT')
 depends=('glibc' 'pcre')
-source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.gz")
-md5sums=('4c1621ee7850a1c8b316735a7bced993')
+source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz"{,.asc})
+md5sums=('72f1a460adb6874c151deab766e434ad'
+         'SKIP')
 
 build() {
   cd $pkgname-$pkgver




More information about the arch-commits mailing list