[arch-commits] Commit in hardlink/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 7 20:27:08 UTC 2018


    Date: Thursday, June 7, 2018 @ 20:27:08
  Author: arojas
Revision: 341908

archrelease: copy trunk to community-x86_64

Added:
  hardlink/repos/community-x86_64/PKGBUILD
    (from rev 341907, hardlink/trunk/PKGBUILD)
Deleted:
  hardlink/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 20:26:46 UTC (rev 341907)
+++ PKGBUILD	2018-06-07 20:27:08 UTC (rev 341908)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=hardlink
-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.xz"{,.asc})
-md5sums=('72f1a460adb6874c151deab766e434ad'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install icense
-  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hardlink/repos/community-x86_64/PKGBUILD (from rev 341907, hardlink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 20:27:08 UTC (rev 341908)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=hardlink
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='Replace file copies using hardlinks'
+arch=('x86_64')
+url='https://jak-linux.org/projects/hardlink/'
+license=('custom: MIT')
+depends=('glibc' 'pcre')
+source=("https://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz")
+md5sums=('72f1a460adb6874c151deab766e434ad')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install icense
+  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list